IExplorerViewHost.Navigate Method
Allows the user to navigate the Explorer view.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Sub Navigate ( _
context As INavigationContext _
)
'Usage
Dim instance As IExplorerViewHost
Dim context As INavigationContext
instance.Navigate(context)
void Navigate(
INavigationContext context
)
void Navigate(
INavigationContext^ context
)
abstract Navigate :
context:INavigationContext -> unit
function Navigate(
context : INavigationContext
)
Parameters
- context
Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext
An interface for the context control of the explorer.