This documentation is archived and is not being maintained.
WorkItemStore.Query Method
Visual Studio 2005
Executes a query and returns a collection of WorkItem objects.
| Name | Description |
|---|---|
| WorkItemStore.Query (String) | Executes a query with the provided WIQL string and returns a collection of WorkItem objects. |
| WorkItemStore.Query (BatchReadParameterCollection, String) | Executes a query and returns a collection of WorkItem objects. |
| WorkItemStore.Query (String, IDictionary) | Executes a specified query and returns a collection of WorkItem objects. |
Show: