ICommandTarget.Execute Método
Lo siguiente se aplica a v2.
Ejecuta el comando.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Sub Execute ( _
commandId As ICommandId, _
parameter As Object _
)
'Uso
Dim instance As ICommandTarget
Dim commandId As ICommandId
Dim parameter As Object
instance.Execute(commandId, parameter)
void Execute(
ICommandId commandId,
Object parameter
)
void Execute(
ICommandId^ commandId,
Object^ parameter
)
abstract Execute :
commandId:ICommandId *
parameter:Object -> unit
function Execute(
commandId : ICommandId,
parameter : Object
)
Parámetros
commandId
Tipo: Microsoft.WebMatrix.Extensibility.ICommandIdIdentificador de comando.
parameter
Tipo: System.ObjectEl parámetro del comando.