다음을 통해 공유


INavigationContextProvider.CurrentContext 속성

Gets or sets the currently selected context item, such as current OE node.

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

구문

‘선언
Property CurrentContext As INavigationContext 
    Get 
    Set
‘사용 방법
Dim instance As INavigationContextProvider 
Dim value As INavigationContext 

value = instance.CurrentContext

instance.CurrentContext = value
INavigationContext CurrentContext { get; set; }
property INavigationContext^ CurrentContext {
    INavigationContext^ get ();
    void set (INavigationContext^ value);
}
abstract CurrentContext : INavigationContext with get, set
function get CurrentContext () : INavigationContext 
function set CurrentContext (value : INavigationContext)

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext
The currently selected context item.

참고 항목

참조

INavigationContextProvider 인터페이스

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