Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.