AppearanceCategoryOption.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the key for the appearance category option.
public:
virtual property Microsoft::VisualStudio::Text::Editor::EditorOptionKey<System::String ^> Key { Microsoft::VisualStudio::Text::Editor::EditorOptionKey<System::String ^> get(); };
public override Microsoft.VisualStudio.Text.Editor.EditorOptionKey<string> Key { get; }
member this.Key : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<string>
Public Overrides ReadOnly Property Key As EditorOptionKey(Of String)
Property Value
The key for the highlight current line option..