This documentation is archived and is not being maintained.

BatchReadParameterCollection::Add Method

Adds the specified BatchReadParameter into this collection.

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

public:
int Add(
	BatchReadParameter^ item
)

Parameters

item
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::BatchReadParameter

The BatchReadParameter instance to add to this collection.

Return Value

Type: System::Int32
The index of the added BatchReadParameter.

Show: