- enumeratedItem
- The object for which to return an System.Web.UI.IHierarchyData.
An System.Web.UI.IHierarchyData instance that represents the object passed to the IHierarchicalEnumerable.GetHierarchyData(object) method.
Typically, clients that use System.Web.UI.IHierarchicalEnumerable collections retrieve an IEnumerator object by calling the IEnumerable.GetEnumerator method, then iterate through the enumeration and call the IHierarchicalEnumerable.GetHierarchyData(object) method on each enumerated item to retrieve an System.Web.UI.IHierarchyData object.