IVsDataViewCommandInfo 인터페이스

정의

데이터 뷰 노드 명령에 대한 정보를 나타냅니다.

public interface class IVsDataViewCommandInfo
public interface IVsDataViewCommandInfo
type IVsDataViewCommandInfo = interface
Public Interface IVsDataViewCommandInfo

속성

CommandId

CommandID 명령을 고유하게 식별하는 을 가져옵니다.

CommandProviderType

지원 엔터티를 구현하는 로 Type 클래스를 IVsDataViewCommandProvider 가져옵니다. 공급자는 이 구현을 제공합니다.

메서드

GetParameters()

이 명령과 연결된 매개 변수를 가져옵니다.

적용 대상