ISmartTagAction::DisplayText Property

 

Gets the text that is displayed in the default smart tag presenter.

Smart tags are deprecated in favor of light bulbs. See ISuggestedAction for a replacement.

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 display text.

Return to top
Show: