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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CanExecuteToolEventArgs Classe
Microsoft.Windows.Design.Interaction, espace de noms