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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.