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

예외

이 명령은 지원되지 않습니다.

적용 대상