0 out of 1 rated this helpful - Rate this topic

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)
public WorkItemCollection Query(
	string wiql,
	IDictionary context
)

Parameters

wiql
Type: String

The work item query string.

context
Type: 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.