Query Class

This class encapsulates a Query against the work item store. Queries are scoped to a WorkItemStore and are described in the Work Item Query Language.

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

Syntax

'Declaration
Public NotInheritable Class Query
'Usage
Dim instance As Query
public sealed class Query
public ref class Query sealed
public final class Query

Remarks

After executing a query the SortFields and Query fields of the WorkItemCollection can be modified through the Query class.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Query

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Query Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace