ISmartTagSession.TagText Property

Gets or sets the text to be displayed with the tag.

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

Syntax

'Declaration
Property TagText As String
string TagText { get; set; }
property String^ TagText {
    String^ get ();
    void set (String^ value);
}
abstract TagText : string with get, set
function get TagText () : String
function set TagText (value : String)

Property Value

Type: System.String
The tag text.

Remarks

This text is independent of any individual action. The default presenter displays this text as a tooltip alongside the tag in its intermediate state (that is, neither expanded nor collapsed).

.NET Framework Security

See Also

Reference

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace