Compartir a través de


XamlUICommand.Execute(Object) Método

Definición

Invoca el comando.

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

Parámetros

parameter
Object

Platform::Object

IInspectable

Datos que usa el comando. Si el comando no requiere datos, este objeto se puede establecer en NULL.

Implementaciones

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)

Se aplica a

Consulte también