Méthode ICommandTarget.Execute
Les éléments suivants s'appliquent au v2.
Exécute la commande.
Espace de noms : Microsoft.WebMatrix.Extensibility
Assembly : Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Syntaxe
'Déclaration
Sub Execute ( _
commandId As ICommandId, _
parameter As Object _
)
'Utilisation
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
)
Paramètres
commandId
Type : Microsoft.WebMatrix.Extensibility.ICommandIdIdentificateur de commande.
parameter
Type : System.ObjectParamètre de commande.