SimpleGraphicsOption.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

'Déclaration
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Boolean)
public override EditorOptionKey<bool> Key { get; }
public:
virtual property EditorOptionKey<bool> Key {
    EditorOptionKey<bool> get () override;
}
abstract Key : EditorOptionKey<bool>
override Key : EditorOptionKey<bool>
override function get Key () : EditorOptionKey<boolean>

Property Value

Type: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Boolean>
EnableSimpleGraphicsId .

.NET Framework Security

See Also

Reference

SimpleGraphicsOption Class

Microsoft.VisualStudio.Text.Editor Namespace