BatchReadParameterCollection Class
Represents a collection of parameters from a batch read.
Inheritance Hierarchy
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)
Syntax
'Declaration
Public NotInheritable Class BatchReadParameterCollection _
Inherits VariableSizeList
public sealed class BatchReadParameterCollection : VariableSizeList
public ref class BatchReadParameterCollection sealed : public VariableSizeList
[<Sealed>]
type BatchReadParameterCollection =
class
inherit VariableSizeList
end
public final class BatchReadParameterCollection extends VariableSizeList
The BatchReadParameterCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BatchReadParameterCollection | Initializes a new BatchReadParameterCollection instance. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in this collection. (Overrides VariableSizeList.Count.) | |
IsFixedSize | Obsolete. (Inherited from VariableSizeList.) | |
IsReadOnly | Obsolete. (Inherited from VariableSizeList.) | |
IsSynchronized | Obsolete. (Inherited from VariableSizeList.) | |
Item | Gets the BatchReadParameter instance at the specified index. | |
SyncRoot | Obsolete. (Inherited from VariableSizeList.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified BatchReadParameter into this collection. | |
Clear | Clears this collection. (Overrides VariableSizeList.Clear().) | |
Contains(Int32) | Checks whether the specified ID exists in this collection. | |
Contains(BatchReadParameter) | Checks whether the specified BatchReadParameter instance exists in this collection. | |
CopyTo | Obsolete. (Inherited from VariableSizeList.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator | (Inherited from VariableSizeList.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Gets the index of the specified BatchReadParameter instance. | |
Remove | Removes the specified BatchReadParameter instance from this collection. | |
RemoveAt | Removes the BatchReadParameter in this collection at the specified index. (Overrides VariableSizeList.RemoveAt(Int32).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from VariableSizeList.) | |
IList.Clear | (Inherited from VariableSizeList.) | |
IList.Contains | (Inherited from VariableSizeList.) | |
ICollection.CopyTo | (Inherited from VariableSizeList.) | |
ICollection.Count | (Inherited from VariableSizeList.) | |
IList.IndexOf | (Inherited from VariableSizeList.) | |
IList.Insert | (Inherited from VariableSizeList.) | |
IList.IsFixedSize | (Inherited from VariableSizeList.) | |
IList.IsReadOnly | (Inherited from VariableSizeList.) | |
ICollection.IsSynchronized | (Inherited from VariableSizeList.) | |
IList.Item | (Inherited from VariableSizeList.) | |
IList.Remove | (Inherited from VariableSizeList.) | |
IList.RemoveAt | (Inherited from VariableSizeList.) | |
ICollection.SyncRoot | (Inherited from VariableSizeList.) | |
IVersionTag.VersionTag | (Inherited from VariableSizeList.) |
Top
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.