Programs::Item Method (Object^)

 

Returns a Program object in a Programs collection.

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

Program^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the Program object to return.

Return Value

Type: EnvDTE::Program^

A Program object.

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

Return to top
Show: