Processes::Item Method (Object^)
Visual Studio 2015
Returns an indexed member of a Processes collection.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- index
-
Type:
System::Object^
Required. The index of the item to return.
The Item method throws a System::ArgumentException exception if the collection cannot find the object that corresponds to the index value.
Show: