다음을 통해 공유


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

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

반환

Boolean

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

적용 대상