This documentation is archived and is not being maintained.
WorkItemStore::Query Method (BatchReadParameterCollection, String)
Visual Studio 2013
Gets the set of fields that is referred to in Wiql for the work items that are specified by the ID/revision pairs in batchReadParams.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public:
WorkItemCollection^ Query(
BatchReadParameterCollection^ batchReadParams,
String^ wiql
)
Parameters
- batchReadParams
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::BatchReadParameterCollection
A collection of ID/revision pairs.
- wiql
- Type: System::String
The definition of fields to return.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemCollectionA collection of work items that result from the query.
| Exception | Condition |
|---|---|
| ArgumentNullException | At least one parameter is null. |
| ArgumentException | The batchReadParams list is empty. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: