EditorOptionDefinition<T>.Key Property

Definition

Gets the key of this option.

public:
 abstract property Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> Key { Microsoft::VisualStudio::Text::Editor::EditorOptionKey<T> get(); };
public abstract Microsoft.VisualStudio.Text.Editor.EditorOptionKey<T> Key { get; }
member this.Key : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<'T>
Public MustOverride ReadOnly Property Key As EditorOptionKey(Of T)

Property Value

The key.

Applies to