Share via


ISmartTagAction.DisplayText Property

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

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

Syntax

'Declaration
ReadOnly Property DisplayText As String
string DisplayText { get; }
property String^ DisplayText {
    String^ get ();
}
abstract DisplayText : string with get
function get DisplayText () : String

Property Value

Type: System.String
The display text.

.NET Framework Security

See Also

Reference

ISmartTagAction Interface

Microsoft.VisualStudio.Language.Intellisense Namespace