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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.