LightBulbPresenterStyle::ShowQuickFixesKeyBinding Property

Visual Studio 2015
 

Gets or sets a shortcut of the command that expands the LightBulb.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property String^ ShowQuickFixesKeyBinding {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A shortcut of the command that expands the LightBulb.

Return to top
Show: