XamlUICommand.Execute(Object) 方法

定义

调用该命令。

public:
 virtual void Execute(Platform::Object ^ parameter) = Execute;
void Execute(IInspectable const& parameter);
// This member is not implemented in C#
function execute(parameter)
' This member is not implemented in VB.NET

参数

parameter
Object

Platform::Object

IInspectable

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

实现

M:Windows.UI.Xaml.Input.ICommand.Execute(System.Object) M:System.Windows.Input.ICommand.Execute(System.Object) M:Windows.UI.Xaml.Input.ICommand.Execute(Platform::Object) M:Windows.UI.Xaml.Input.ICommand.Execute(IInspectable)

适用于

另请参阅