IVsDataViewCommonNodeInfo 인터페이스

정의

데이터 뷰 연결, 정적 및 선택 노드에 대한 정보를 나타냅니다.

public interface class IVsDataViewCommonNodeInfo
public interface IVsDataViewCommonNodeInfo
type IVsDataViewCommonNodeInfo = interface
Public Interface IVsDataViewCommonNodeInfo
파생

속성

BrowseObjectProviderType

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

Children

현재 노드의 자식 노드를 가져옵니다.

Commands

현재 노드와 연결된 명령을 가져옵니다.

CreateAutoBrowseObject

AutoBrowseObject를 만들어야 하는지 여부를 나타내는 값을 가져옵니다.

DefaultCommand

현재 노드에 대해 설정된 기본 명령을 가져옵니다.

DropTargetProviderType

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

NodeId

현재 노드의 ID를 포함하는 문자열을 가져옵니다.

Properties

현재 노드의 속성을 가져옵니다.

TypeDisplayName

UI별 표시 이름을 가져옵니다.

UserContextProviderType

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

적용 대상