UIHierarchyItems::Item Method (Object^)

 

Returns a UIHierarchyItem object in a UIHierarchyItems collection.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

UIHierarchyItem^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the UIHierarchyItem object to return.

Return Value

Type: EnvDTE::UIHierarchyItem^

A UIHierarchyItem object.

The value passed to Index is an integer that is either an index to a UIHierarchyItem object in its UIHierarchyItems collection, such as OutputWindowPanes.Item(4), or the name of a UIHierarchyItem object in the collection.

The Item method throws a ArgumentException exception if the collection cannot find the object that corresponds to the index value.

Return to top
Show: