Solution3::Item Method (Object^)
Visual Studio 2015
Returns an indexed member of a Projects collection.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- Index
Required. The index of the item to return.
Implements
Solution2::Item(Object^)The value passed to Index is an integer that is an index to an object in its collection. The value of Index can also be a string value that equates to an object in the collection. The exact value that is accepted by Item, though, depends upon the collection and its implementation.
The Item method throws a ArgumentException exception if the collection cannot find the object that corresponds to the index value.
Show: