MinimumErrorSeverity.Key Property

Definition

Gets the key for the 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

Applies to