AppearanceCategoryOption.Key Property

Gets the key for the highlight current line option.

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

Syntax

'Declaration
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>
override Key : EditorOptionKey<string>
override function get Key () : EditorOptionKey<String>

Property Value

Type: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<String>
The key for the highlight current line option..

.NET Framework Security

See Also

Reference

AppearanceCategoryOption Class

Microsoft.VisualStudio.Text.Editor Namespace