Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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> with get
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.