SiteMapNodeCollection::IHierarchicalEnumerable::GetHierarchyData Method (Object^)

 

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.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

private:
virtual IHierarchyData^ GetHierarchyData(
	Object^ enumeratedItem
) sealed = IHierarchicalEnumerable::GetHierarchyData

Parameters

enumeratedItem
Type: System::Object^

The object for which to return an IHierarchyData.

Return Value

Type: System.Web.UI::IHierarchyData^

An IHierarchyData that represents the object passed to the IHierarchicalEnumerable::GetHierarchyData.

.NET Framework
Available since 2.0
Return to top
Show: