Condividi tramite


Proprietà LongBufferLineChunk.Key

Gets the editor option key.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Int32>
The editor option key.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LongBufferLineChunk Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor