HierarchyService.Expand(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, 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.