Partager via


CanExecuteToolEventArgs.CanExecute, propriété

Détermine si la commande peut être exécutée.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Property CanExecute As Boolean
    Get
    Set
public bool CanExecute { get; set; }
public:
property bool CanExecute {
    bool get ();
    void set (bool value);
}
member CanExecute : bool with get, set
function get CanExecute () : boolean
function set CanExecute (value : boolean)

Valeur de propriété

Type : System.Boolean
true si la commande peut être exécutée ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

CanExecuteToolEventArgs Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture des outils