WorkItemStore.Query Method (BatchReadParameterCollection, String)

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)

Syntax

'Declaration
Public Function Query ( _
    batchReadParams As BatchReadParameterCollection, _
    wiql As String _
) As WorkItemCollection
public WorkItemCollection Query(
    BatchReadParameterCollection batchReadParams,
    string wiql
)
public:
WorkItemCollection^ Query(
    BatchReadParameterCollection^ batchReadParams, 
    String^ wiql
)
member Query : 
        batchReadParams:BatchReadParameterCollection * 
        wiql:string -> WorkItemCollection
public function Query(
    batchReadParams : BatchReadParameterCollection, 
    wiql : String
) : WorkItemCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemCollection
A collection of work items that result from the query.

Exceptions

Exception Condition
ArgumentNullException

At least one parameter is null.

ArgumentException

The batchReadParams list is empty.

.NET Framework Security

See Also

Reference

WorkItemStore Class

Query Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace