共用方式為


EditorOptionDefinition<T>.Name 屬性

取得選項的名稱。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)

語法

'宣告
Public Overrides NotOverridable ReadOnly Property Name As String
public override sealed string Name { get; }
public:
virtual property String^ Name {
    String^ get () override sealed;
}
abstract Name : string with get 
override Name : string with get
override final function get Name () : String

屬性值

類型:String
選項的名稱。

.NET Framework 安全性

請參閱

參考

EditorOptionDefinition<T> 類別

Microsoft.VisualStudio.Text.Editor 命名空間