StoredQueryCollection Class

Queries can be persisted on the Team Foundation Server using the StoredQueryCollection class.

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

Syntax

'Declaration
Public Class StoredQueryCollection _
    Inherits VariableSizeList
'Usage
Dim instance As StoredQueryCollection
public class StoredQueryCollection : VariableSizeList
public ref class StoredQueryCollection : public VariableSizeList
public class StoredQueryCollection extends VariableSizeList

Remarks

After the query has been saved, the query appears in the Team Explorer window which enables other team members to edit and run the query.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.StoredQueryCollection

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

StoredQueryCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace