ClickGotoDefModifierKeyOption.Key Property

Definition

Gets the key for the option.

public:
 virtual property Microsoft::VisualStudio::Text::Editor::EditorOptionKey<System::Windows::Input::ModifierKeys> Key { Microsoft::VisualStudio::Text::Editor::EditorOptionKey<System::Windows::Input::ModifierKeys> get(); };
public override Microsoft.VisualStudio.Text.Editor.EditorOptionKey<System.Windows.Input.ModifierKeys> Key { get; }
member this.Key : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<System.Windows.Input.ModifierKeys>
Public Overrides ReadOnly Property Key As EditorOptionKey(Of ModifierKeys)

Property Value

Applies to