Compartir a través de


CanExecuteToolEventArgs.CanExecute (Propiedad)

Obtiene o establece un valor que indica si puede ejecutarse el comando.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Es true si puede ejecutarse el comando; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

CanExecuteToolEventArgs Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de herramientas