ICommandService.IsCommandSupported(Int32) 메서드

정의

지정된 명령 식별자가 지원되는지 여부를 나타내는 부울 값을 반환합니다.

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

매개 변수

commandId
Int32

확인할 명령 식별자입니다.

반품

true지정된 명령 ID가 지원되면 이고, 그렇지 않으면 . false

적용 대상