IVsDataViewUserContextProvider 인터페이스
방금 선택한 구성 요소를 서버 탐색기를 표시 하는 사용자 컨텍스트를 만들 수가 있습니다.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Public Interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface class IVsDataViewUserContextProvider
[<CLSCompliantAttribute(false)>]
type IVsDataViewUserContextProvider = interface end
public interface IVsDataViewUserContextProvider
IVsDataViewUserContextProvider 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CreateUserContext | 클래스에서 구현 되는 경우 지정 된 노드에 대 한 사용자 컨텍스트 개체를 만듭니다. |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
UserContextChanged | 사용자 컨텍스트가 변경 될 때 발생 합니다. |
위쪽