This documentation is archived and is not being maintained.

AttachmentCollection::GetItem Method

Gets the object at the specified index in this collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

protected:
virtual Object^ GetItem(
	int index
) override

Parameters

index
Type: System::Int32

The index of the desired item in this collection.

Return Value

Type: System::Object
The object in this collection at the specified index.

Show: