Freigeben über


ICommandTarget.Execute-Methode

Die folgenden Ausführungen gelten für v2.

Führt den Befehl aus.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Sub Execute ( _
    commandId As ICommandId, _
    parameter As Object _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ICommandTarget Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace