Share via


INavigationContextProvider 인터페이스

Provides the tracking of the currently selected item in the context source and changes to the underlying context sources.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Public Interface INavigationContextProvider
‘사용 방법
Dim instance As INavigationContextProvider
public interface INavigationContextProvider
public interface class INavigationContextProvider
type INavigationContextProvider =  interface end
public interface INavigationContextProvider

INavigationContextProvider 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CurrentContext Gets or sets the currently selected context item, such as current OE node.
공용 속성 ItemsAdded Gets the event accumulation mechanism for items that are being added to the context source.
공용 속성 ItemsChanged Gets the event accumulation mechanism for items that are being changed in the context source.
공용 속성 ItemsRefreshed Gets the event accumulation mechanism for items that are being refreshed in the context source.
공용 속성 ItemsRemoved Gets the event accumulation mechanism for items that are being removed from the context source.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 CurrentContextChanged Occurs when the CurrentContext is changed.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스