WorkItemStore.Query Method

Include Protected Members
Include Inherited Members

Executes a query and returns a collection of WorkItem objects.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Query(String)

Executes a query with the provided WIQL string and returns a collection of WorkItem objects.

Public method

Query(BatchReadParameterCollection, String)

Executes a query and returns a collection of WorkItem objects.

Public method

Query(String, IDictionary)

Executes a specified query and returns a collection of WorkItem objects.

Top

Remarks

Returns a WorkItemCollection of WorkItem objects that are the result of the query.

See Also

Reference

WorkItemStore Class

WorkItemStore Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace