HierarchyService.Expand(HierarchyInfo) Method

Definition

When overridden in a derived class, expands the specified node.

public:
 abstract void Expand(Microsoft::Web::Management::Client::HierarchyInfo ^ hierarchyInfo);
public abstract void Expand (Microsoft.Web.Management.Client.HierarchyInfo hierarchyInfo);
abstract member Expand : Microsoft.Web.Management.Client.HierarchyInfo -> unit

Parameters

hierarchyInfo
HierarchyInfo

The HierarchyInfo object to expand.

Remarks

This method programmatically expands the specified node. This method enables you to create a customized Expand method to perform actions such as selecting the expanded node.

For an example of this method, see the example for the HierarchyService class.

Applies to