ISmartTagSession::TagText Property

 

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

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

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

property String^ TagText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The tag text.

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).

Return to top
Show: