EditorOptionDefinition<T>.Key Property

Gets the key of this option.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
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>
abstract function get Key () : EditorOptionKey<T>

Property Value

Type: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<T>
The key.

.NET Framework Security

See Also

Reference

EditorOptionDefinition<T> Class

Microsoft.VisualStudio.Text.Editor Namespace