IVsDataViewUserContextProvider 인터페이스

정의

중요

이 API는 CLS 규격이 아닙니다.

데이터 뷰 계층 구조에서 노드에 대한 사용자 컨텍스트를 지정하는 기능을 나타냅니다.

public interface class IVsDataViewUserContextProvider
[System.CLSCompliant(false)]
public interface IVsDataViewUserContextProvider
public interface IVsDataViewUserContextProvider
[<System.CLSCompliant(false)>]
type IVsDataViewUserContextProvider = interface
type IVsDataViewUserContextProvider = interface
Public Interface IVsDataViewUserContextProvider
특성

메서드

CreateUserContext(Int32)

클래스에서 구현하는 경우 지정된 노드에 대한 사용자 컨텍스트 개체를 만듭니다.

이벤트

UserContextChanged

사용자 컨텍스트가 변경되면 발생합니다.

적용 대상