This documentation is archived and is not being maintained.
WorkItemStore::Query Method (String)
Visual Studio 2013
Executes the query that is described in wiql and returns a collection of work items.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- wiql
- Type: System::String
The work item query string.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemCollectionA collection of work items that result from the query.
For more information about using this method, see Query for Bugs, Tasks, and Other Work Items.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: