Share via


IContextService.ObjectExplorerContext Property

Gets the context value for the object explorer.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property ObjectExplorerContext As INavigationContextProvider
    Get
'Usage
Dim instance As IContextService
Dim value As INavigationContextProvider

value = instance.ObjectExplorerContext
INavigationContextProvider ObjectExplorerContext { get; }
property INavigationContextProvider^ ObjectExplorerContext {
    INavigationContextProvider^ get ();
}
abstract ObjectExplorerContext : INavigationContextProvider
function get ObjectExplorerContext () : INavigationContextProvider

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContextProvider
The value of context of the object explorer.