EditorOptionDefinition<T>.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.