다음을 통해 공유


ICommandTarget.CanExecute 메서드

버전 2에 적용

명령 상태를 실행할 수 있는지 지정합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Function CanExecute ( _
    commandId As ICommandId, _
    parameter As Object _
) As CommandStatus
‘사용 방법
Dim instance As ICommandTarget 
Dim commandId As ICommandId 
Dim parameter As Object 
Dim returnValue As CommandStatus 

returnValue = instance.CanExecute(commandId, _
    parameter)
CommandStatus CanExecute(
    ICommandId commandId,
    Object parameter
)
CommandStatus CanExecute(
    ICommandId^ commandId, 
    Object^ parameter
)
abstract CanExecute : 
        commandId:ICommandId * 
        parameter:Object -> CommandStatus
function CanExecute(
    commandId : ICommandId, 
    parameter : Object
) : CommandStatus

매개 변수

반환 값

유형: Microsoft.WebMatrix.Extensibility.CommandStatus
명령 상태입니다.

참고 항목

참조

ICommandTarget 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스