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 editor option key.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Integer)
public override EditorOptionKey<int> Key { get; }
public:
virtual property EditorOptionKey<int> Key {
EditorOptionKey<int> get () override;
}
abstract Key : EditorOptionKey<int> with get
override Key : EditorOptionKey<int> with get
override function get Key () : EditorOptionKey<int>
Property Value
Type: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Int32>
The editor option 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.