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)

public:
property EditorOptionKey<String^> Key {
	virtual EditorOptionKey<String^> get() override;
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::EditorOptionKey<String^>

The key for the highlight current line option..

Return to top
Show: