This documentation is archived and is not being maintained.

BatchReadParameterCollection Class

Represents a collection of parameters from a batch read.

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

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

public ref class BatchReadParameterCollection sealed : public VariableSizeList

The BatchReadParameterCollection type exposes the following members.

  NameDescription
Public methodBatchReadParameterCollectionInitializes a new BatchReadParameterCollection instance.
Top

  NameDescription
Public propertyCountGets the number of elements in this collection. (Overrides VariableSizeList::Count.)
Public propertyIsFixedSize Obsolete. (Inherited from VariableSizeList.)
Public propertyIsReadOnly Obsolete. (Inherited from VariableSizeList.)
Public propertyIsSynchronized Obsolete. (Inherited from VariableSizeList.)
Public propertyItemGets the BatchReadParameter instance at the specified index.
Public propertySyncRoot Obsolete. (Inherited from VariableSizeList.)
Top

  NameDescription
Public methodAddAdds the specified BatchReadParameter into this collection.
Public methodClearClears this collection. (Overrides VariableSizeList::Clear().)
Public methodContains(Int32)Checks whether the specified ID exists in this collection.
Public methodContains(BatchReadParameter)Checks whether the specified BatchReadParameter instance exists in this collection.
Public methodCopyTo Obsolete. (Inherited from VariableSizeList.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetEnumerator (Inherited from VariableSizeList.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodIndexOfGets the index of the specified BatchReadParameter instance.
Public methodRemoveRemoves the specified BatchReadParameter instance from this collection.
Public methodRemoveAtRemoves the BatchReadParameter in this collection at the specified index. (Overrides VariableSizeList::RemoveAt(Int32).)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

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