RoutedUICommand.Text Propriété

Définition

Obtient ou définit le texte qui décrit cette commande.

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

Valeur de propriété

Texte qui décrit la commande. La valeur par défaut est une chaîne vide.

S’applique à

Voir aussi