IContextService.UtilityExplorerContext Property
Gets the context value for the utility explorer.
Namespace: Microsoft.SqlServer.Management
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
ReadOnly Property UtilityExplorerContext As INavigationContextProvider
Get
'Usage
Dim instance As IContextService
Dim value As INavigationContextProvider
value = instance.UtilityExplorerContext
INavigationContextProvider UtilityExplorerContext { get; }
property INavigationContextProvider^ UtilityExplorerContext {
INavigationContextProvider^ get ();
}
abstract UtilityExplorerContext : INavigationContextProvider
function get UtilityExplorerContext () : INavigationContextProvider
Property Value
Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContextProvider
The value of context of the utility explorer.