Share via


OleCommandStatus.Text, propriété

Extrait ou définit le texte affiché pour cette commande.

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

Syntaxe

'Déclaration
Public Property Text As String
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Valeur de propriété

Type : System.String
Retourne le texte à afficher pour la commande spécifiée.

Notes

La commande doit avoir l'indicateur d' TEXTCHANGES dans le fichier du compilateur de table de commande (.ctc) pour modifier cette valeur.

Sécurité .NET Framework

Voir aussi

Référence

OleCommandStatus Classe

Microsoft.VisualStudio.Data, espace de noms