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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.