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)

適用対象

こちらもご覧ください