This documentation is archived and is not being maintained.
WorkItemStore.Query Method
Visual Studio 2008
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.
| Name | Description | |
|---|---|---|
|
Query(String) | Executes a query with the provided WIQL string and returns a collection of WorkItem objects. |
|
Query(BatchReadParameterCollection, String) | Executes a query and returns a collection of WorkItem objects. |
|
Query(String, IDictionary) | Executes a specified query and returns a collection of WorkItem objects. |
Returns a WorkItemCollection of WorkItem objects that are the result of the query.
Show: