Compartilhar via


Propriedade AppearanceCategoryOption.Key

Obtém a chave para a opção de linha atual de realce.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property Key As EditorOptionKey(Of String)
public override EditorOptionKey<string> Key { get; }
public:
virtual property EditorOptionKey<String^> Key {
    EditorOptionKey<String^> get () override;
}
abstract Key : EditorOptionKey<string> with get 
override Key : EditorOptionKey<string> with get
override function get Key () : EditorOptionKey<String>

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<String>
A chave para a opção de linha atual de realce..

Segurança do .NET Framework

Consulte também

Referência

AppearanceCategoryOption Classe

Namespace Microsoft.VisualStudio.Text.Editor