UIHierarchyItems::Item Method (Object^)
Visual Studio 2015
Returns a UIHierarchyItem object in a UIHierarchyItems collection.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- index
-
Type:
System::Object^
Required. The index of the UIHierarchyItem object to return.
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.
Show: