XamlUICommand.Command 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 le comportement de commande d’un élément d’interface utilisateur interactif qui effectue une action lorsqu’il est appelé, comme l’envoi d’un e-mail, la suppression d’un élément ou l’envoi d’un formulaire.
public:
property ICommand ^ Command { ICommand ^ get(); void set(ICommand ^ value); };
ICommand Command();
void Command(ICommand value);
public ICommand Command { get; set; }
var iCommand = xamlUICommand.command;
xamlUICommand.command = iCommand;
Public Property Command As ICommand
Valeur de propriété
Comportement de commande de l’élément .
Remarques
XamlUICommand
implémente l’interface ICommand
(Microsoft.UI.Xaml.Input.ICommand pour C++ ou System.Windows.Input.ICommand pour C#), en ajoutant diverses propriétés, méthodes et événements d’interface utilisateur.