RoutedCommand.ICommand.CanExecute(Object) Metodo

Definizione

Per una descrizione di questo membro, vedere CanExecute(Object).

 virtual bool System.Windows.Input.ICommand.CanExecute(System::Object ^ parameter) = System::Windows::Input::ICommand::CanExecute;
[System.Security.SecurityCritical]
bool ICommand.CanExecute (object parameter);
bool ICommand.CanExecute (object parameter);
[<System.Security.SecurityCritical>]
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
abstract member System.Windows.Input.ICommand.CanExecute : obj -> bool
override this.System.Windows.Input.ICommand.CanExecute : obj -> bool
Function CanExecute (parameter As Object) As Boolean Implements ICommand.CanExecute

Parametri

parameter
Object

Dati usati dal comando. Se il comando non richiede dati da passare, questo oggetto può essere impostato su null.

Restituisce

true se il comando può essere eseguito. In caso contrario, false.

Implementazioni

Attributi

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza RoutedCommand a un'interfaccia ICommand.

Si applica a

Vedi anche