RoutedCommand.ICommand.Execute(Object) 方法

定义

有关此成员的说明,请参见 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

参数

parameter
Object

此命令使用的数据。 如果此命令不需要传递数据,则该对象可以设置为 null

实现

示例

另请参阅

Execute

注解

此成员是显式接口成员的实现。 它只能在 RoutedCommand 实例被强制转换为 ICommand 接口时使用。

适用于