Condividi tramite


XamlUICommand.Execute(Object) Metodo

Definizione

Richiama il 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

Parametri

parameter
Object

Platform::Object

IInspectable

Dati usati dal comando. Se il comando non richiede dati, questo oggetto può essere impostato su Null.

Implementazioni

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)

Si applica a

Vedi anche