HierarchyService.Select(HierarchyInfo) 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, selects the specified node in the Connections pane in IIS Manager.
public:
abstract bool Select(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo);
public abstract bool Select (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo);
abstract member Select : Microsoft.Web.Management.Client.HierarchyInfo -> bool
Parameters
- hierarchyInfo
- HierarchyInfo
The HierarchyInfo to select.
Returns
true
if IIS Manager can select the HierarchyInfo object; otherwise, false
.
Remarks
This method enables you to create a create a customized Select method to perform actions such as selecting the parent node of the object that is specified by the hierarchyInfo
parameter.
For an example of this method, see the example for the HierarchyService class.