HierarchyService.SyncSelection(HierarchyInfoSyncSelectionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.