Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.