RoutedCommand.ICommand.Execute(Object) Metodo

Definizione

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

 virtual void System.Windows.Input.ICommand.Execute(System::Object ^ parameter) = System::Windows::Input::ICommand::Execute;
void ICommand.Execute (object parameter);
abstract member System.Windows.Input.ICommand.Execute : obj -> unit
override this.System.Windows.Input.ICommand.Execute : obj -> unit
Sub Execute (parameter As Object) Implements ICommand.Execute

Parametri

parameter
Object

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

Implementazioni

Esempio

Vedere anche

Execute

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