HierarchyService.SyncSelection(HierarchyInfoSyncSelectionEventArgs) Method

Definition

When overridden in a derived class, synchronizes the node in the Connections pane tree view to a specified node.

public:
 abstract void SyncSelection(Microsoft::Web::Management::Client::HierarchyInfoSyncSelectionEventArgs ^ item);
public abstract void SyncSelection (Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs item);
abstract member SyncSelection : Microsoft.Web.Management.Client.HierarchyInfoSyncSelectionEventArgs -> unit
Public MustOverride Sub SyncSelection (item As HierarchyInfoSyncSelectionEventArgs)

Parameters

item
HierarchyInfoSyncSelectionEventArgs

The HierarchyInfoSyncSelectionEventArgs object that contains the HierarchyInfo object to be synchronized.

Remarks

This method synchronizes the node that is contained in the item parameter, in the tree view on the Connections pane in IIS Manager. Use this method to customize the synchronization of the Connections pane.

Applies to