EditorOptionChangedEventArgs 构造函数

初始化 EditorOptionChangedEventArgs 的新实例。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
Public Sub New ( _
    optionId As String _
)
public EditorOptionChangedEventArgs(
    string optionId
)
public:
EditorOptionChangedEventArgs(
    String^ optionId
)
new : 
        optionId:string -> EditorOptionChangedEventArgs
public function EditorOptionChangedEventArgs(
    optionId : String
)

参数

  • optionId
    类型:String

    选项的 ID。

.NET Framework 安全性

请参阅

参考

EditorOptionChangedEventArgs 类

Microsoft.VisualStudio.Text.Editor 命名空间