ICommandTarget.Execute Method

Applies to v2.

Executes the command.

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
)

Parameters

See Also

Reference

ICommandTarget Interface

Microsoft.WebMatrix.Extensibility Namespace