INavigationContextProvider.CurrentContext 속성

정의

현재 선택된 컨텍스트 항목(예: 현재 OE 노드)을 받거나 설정합니다.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ CurrentContext { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext CurrentContext { get; set; }
member this.CurrentContext : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext with get, set
Public Property CurrentContext As INavigationContext

속성 값

현재 선택된 맥락 항목.

적용 대상