Partager via


ISmartTagSession.TagText, propriété

Obtient ou définit le texte à afficher avec la balise.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Texte de balise.

Notes

Ce texte sont indépendantes de toute action individuelle. Le présentateur par défaut affiche ce texte comme info-bulle en regard de la balise dans son état intermédiaire (autrement dit, ni développé ou réduit).

Sécurité .NET Framework

Voir aussi

Référence

ISmartTagSession Interface

Microsoft.VisualStudio.Language.Intellisense, espace de noms