IObjectExplorerService.SynchronizeTree(INodeInformation) Method

Definition

Synchronize the tree view with the selected item.

public:
 void SynchronizeTree(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ view);
public void SynchronizeTree (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation view);
abstract member SynchronizeTree : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> unit
Public Sub SynchronizeTree (view As INodeInformation)

Parameters

view
INodeInformation

The selected item in the tree view.

Applies to