This documentation is archived and is not being maintained.

WorkItemCollection::Item Property

Gets the WorkItem in this collection at the specified index.

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

public:
property WorkItem^ Item[int index] {
	WorkItem^ get (int index);
}

Parameters

index
Type: System::Int32

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem
The WorkItem in this collection at the specified index.

Show: