This documentation is archived and is not being maintained.

WorkItemStore.Query Method

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.

  NameDescription
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

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

Show: