Condividi tramite


Proprietà CanExecuteToolEventArgs.CanExecute

Ottiene o impostare un valore che indica se il comando può essere eseguito.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true se il comando può essere eseguito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CanExecuteToolEventArgs Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Estensibilità di Progettazione WPF

Architettura degli strumenti