BatchReadParameterCollection Class

A collection of BatchReadParameter objects, each specifying a work item ID and an optional revision.

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

Syntax

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

Inheritance Hierarchy

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

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

BatchReadParameterCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace