Processes::Item Method (Object^)

 

Returns an indexed member of a Processes collection.

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

Process^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the item to return.

Return Value

Type: EnvDTE::Process^

A Process object.

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

The following example demonstrates how to use the Item method.

No code example is currently available or this language may not be supported.
Return to top
Show: