ISuggestedAction::DisplayText Property

Visual Studio 2015
 

Gets the localized text representing the suggested action. This property should never be null.

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

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

Property Value

Type: System::String^

The localized text representing the suggested action.

Return to top
Show: