ICommandService 인터페이스

정의

속성 브라우저 서비스, 디버깅 서비스 등의 사용자 지정 제공 구현을 사용하여 Windows 워크플로 디자이너 작업(예: 상황에 맞는 메뉴)의 통합에 사용되는 명령 인터페이스를 나타냅니다.

public interface class ICommandService
public interface ICommandService
type ICommandService = interface
Public Interface ICommandService

메서드

Name Description
CanExecuteCommand(Int32)

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

ExecuteCommand(Int32, Dictionary<String,Object>)

지정된 명령 식별자 및 매개 변수를 사용하여 명령을 실행합니다.

IsCommandSupported(Int32)

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

적용 대상