ISuggestedAction::InputGestureText Property

Visual Studio 2015
 

Gets the text describing an input gesture that will apply the suggested action.

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

property String^ InputGestureText {
	String^ get();
}

Property Value

Type: System::String^

The text describing an input gesture that will apply the suggested action.

Return to top
Show: