다음을 통해 공유


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
)

매개 변수

참고 항목

참조

ICommandTarget 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스