ICommandService.CanExecuteCommand(Int32) 메서드

정의

지정된 명령을 실행할 수 있는지 확인합니다.

public:
 bool CanExecuteCommand(int commandId);
public bool CanExecuteCommand (int commandId);
abstract member CanExecuteCommand : int -> bool
Public Function CanExecuteCommand (commandId As Integer) As Boolean

매개 변수

commandId
Int32

확인되는 명령 식별자입니다.

반환

지정된 명령을 실행할 수 있으면 true이고, 그렇지 않으면 false입니다.

예외

명령이 지원되지 않는 경우

적용 대상