This documentation is archived and is not being maintained.

WorkItemStore.Query Method (String, IDictionary)

Executes the query that is described in wiql and the parameters that are described in context.

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

'Declaration
Public Function Query ( _
	wiql As String, _
	context As IDictionary _
) As WorkItemCollection

Parameters

wiql
Type: System.String

The work item query string.

context
Type: System.Collections.IDictionary

Parameters for the work item query.

Return Value

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

ExceptionCondition
ArgumentNullException

The wiql parameter is null.

Show: