ButtonBase.Command Propriété

Définition

Obtient ou définit la commande à appeler lorsque ce bouton est activé.

public:
 property System::Windows::Input::ICommand ^ Command { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)]
public System.Windows.Input.ICommand Command { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Windows.Localizability(System.Windows.LocalizationCategory.NeverLocalize)>]
member this.Command : System.Windows.Input.ICommand with get, set
Public Property Command As ICommand

Valeur de propriété

ICommand

Commande à appeler lorsque l'utilisateur clique sur ce bouton. La valeur par défaut est null.

Attributs

Remarques

Cette propriété est utilisée pour associer une commande à une instance de bouton particulière.

En XAML (Extensible Application Markup Language), cette propriété est la plus souvent définie comme une valeur de commande statique à partir de l’une des bibliothèques de commandes existantes, telles que ApplicationCommands ou NavigationCommands. Pour plus d’informations, consultez Vue d’ensemble des commandes ou ICommand.

Utilisation d'attributs XAML

<object Command="commandName"/>  

Valeurs XAML

Commandname
Commande à appeler lorsque ce bouton est enfoncé.

Informations sur les propriétés de dépendance

Champ d’identificateur CommandProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à