UICommand.Label Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’étiquette de la commande .
public:
property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();
void Label(winrt::hstring value);
public string Label { get; set; }
var string = uICommand.label;
uICommand.label = string;
Public Property Label As String
Valeur de propriété
Étiquette de la commande.