SiteMapNodeCollection.IHierarchicalEnumerable.GetHierarchyData Method (Object)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a hierarchical data item for the specified enumerated item. For a description of this member, see IHierarchicalEnumerable.GetHierarchyData.
Assembly: System.Web (in System.Web.dll)
Private Function GetHierarchyData ( enumeratedItem As Object ) As IHierarchyData Implements IHierarchicalEnumerable.GetHierarchyData
Parameters
- enumeratedItem
-
Type:
System.Object
The object for which to return an IHierarchyData.
Return Value
Type: System.Web.UI.IHierarchyDataAn IHierarchyData that represents the object passed to the IHierarchicalEnumerable.GetHierarchyData.
.NET Framework
Available since 2.0
Available since 2.0
Show: