共用方式為


EditorOptionDefinition<T>.Key 屬性

取得這個選項的索引鍵。

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

語法

'宣告
Public MustOverride ReadOnly Property Key As EditorOptionKey(Of T)
public abstract EditorOptionKey<T> Key { get; }
public:
virtual property EditorOptionKey<T> Key {
    EditorOptionKey<T> get () abstract;
}
abstract Key : EditorOptionKey<'T> with get
abstract function get Key () : EditorOptionKey<T>

屬性值

類型:Microsoft.VisualStudio.Text.Editor.EditorOptionKey<T>
索引鍵。

.NET Framework 安全性

請參閱

參考

EditorOptionDefinition<T> 類別

Microsoft.VisualStudio.Text.Editor 命名空間