共用方式為


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 命名空間