WorkItemCollection Class

This class encapsulates a collection of WorkItems.

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

Syntax

'Declaration
Public NotInheritable Class WorkItemCollection _
    Inherits ReadOnlyList
'Usage
Dim instance As WorkItemCollection
public sealed class WorkItemCollection : ReadOnlyList
public ref class WorkItemCollection sealed : public ReadOnlyList
public final class WorkItemCollection extends ReadOnlyList

Remarks

This class implements ReadOnlyList, a read-only collection. Objects of this class can only be returned from a query of the WorkItemStore so all constructors are private or internal.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
    Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemCollection

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

WorkItemCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace