This documentation is archived and is not being maintained.

Query::RunRegularQuery Method

Executes a query that gets an array of WorkItem IDs that satisfy the query.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
array<int>^ RunRegularQuery()

Return Value

Type: array<System::Int32>
An array of WorkItem IDs that satisfy the query.

A regular query must first be initialized by using the Query::BeginRegularQuery() method.

Show: