IExplorerViewHost.Navigate(INavigationContext) Method

Definition

Allows the user to navigate the Explorer view.

public:
 void Navigate(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ context);
public void Navigate (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext context);
abstract member Navigate : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext -> unit
Public Sub Navigate (context As INavigationContext)

Parameters

context
INavigationContext

An interface for the context control of the explorer.

Applies to