LongBufferLineChunk.Key, propriété

Gets the editor option key.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

LongBufferLineChunk Classe

Microsoft.VisualStudio.Text.Editor, espace de noms