Поделиться через


Метод ICommandTarget.Execute

Приведенные ниже сведения относятся к верс.2

Выполняет команду.

Пространство имен:  Microsoft.WebMatrix.Extensibility
Сборка:  Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)

Синтаксис

'Декларация
Sub Execute ( _
    commandId As ICommandId, _
    parameter As Object _
)
'Применение
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
    Тип: System.Object

    Параметр команды.

См. также

Справочник

ICommandTarget Интерфейс

Пространство имен Microsoft.WebMatrix.Extensibility