VCReferences::Item Method (Object^)
Visual Studio 2015
Selects an item in the collection.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Index
-
Type:
System::Object^
An object representing the index of the item in the collection.
You can provide either a 1-based number that is an index to an item in the collection, or you can provide a quoted string representing the name of an item in the collection.
Show: