Share via


ISmartTagSession.TagText Property

Definition

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.

public:
 property System::String ^ TagText { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TagText { Platform::String ^ get(); void set(Platform::String ^ value); };
public string TagText { get; set; }
member this.TagText : string with get, set
Public Property TagText As String

Property Value

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.

Applies to