RoutedCommand.ICommand.Execute(Object) Metoda

Definicja

Aby uzyskać opis tych członków, zobacz 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

Parametry

parameter
Object

Dane używane przez polecenie . Jeśli polecenie nie wymaga przekazania danych, ten obiekt można ustawić na nullwartość .

Implementuje

Przykłady

Zobacz też

Execute

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy RoutedCommand wystąpienie jest rzutowe do interfejsu ICommand .

Dotyczy