SwipeItem.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 la commande à exécuter lorsque cet élément est appelé.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.SwipeItem.Command (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
public:
property ICommand ^ Command { ICommand ^ get(); void set(ICommand ^ value); };
ICommand Command();
void Command(ICommand value);
public ICommand Command { get; set; }
var iCommand = swipeItem.command;
swipeItem.command = iCommand;
Public Property Command As ICommand
<SwipeItem Command="commandReference"/>
Valeur de propriété
Commande à exécuter lorsque cet élément est appelé. La valeur par défaut est Null.