BatchReadParameterCollection 类
表示从批中读取的参数的集合。
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.BatchReadParameterCollection
命名空间: Microsoft.TeamFoundation.WorkItemTracking.Client
程序集: Microsoft.TeamFoundation.WorkItemTracking.Client(在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
声明
Public NotInheritable Class BatchReadParameterCollection _
Inherits VariableSizeList
public sealed class BatchReadParameterCollection : VariableSizeList
BatchReadParameterCollection 类型公开以下成员。
名称 | 说明 | |
---|---|---|
BatchReadParameterCollection | 初始化的新 BatchReadParameterCollection 实例。 |
页首
名称 | 说明 | |
---|---|---|
Count | 获取此集合中的元素数。 (重写 VariableSizeList.Count。) | |
IsFixedSize | 已废弃不用。 (继承自 VariableSizeList。) | |
IsReadOnly | 已废弃不用。 (继承自 VariableSizeList。) | |
IsSynchronized | 已废弃不用。 (继承自 VariableSizeList。) | |
Item | 获取 BatchReadParameter 实例位于指定索引处。 | |
SyncRoot | 已废弃不用。 (继承自 VariableSizeList。) |
页首
名称 | 说明 | |
---|---|---|
Add | 将指定的 BatchReadParameter 到此集合中。 | |
Clear | 清除此集合中。 (重写 VariableSizeList.Clear()。) | |
Contains(Int32) | 选项指定的 ID 是否存在此集合中。 | |
Contains(BatchReadParameter) | 选项指定的 BatchReadParameter 实例是否存在此集合中。 | |
CopyTo | 已废弃不用。 (继承自 VariableSizeList。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
GetEnumerator | (继承自 VariableSizeList。) | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf | 获取指定的 BatchReadParameter 实例的索引。 | |
Remove | 从此集合中移除指定的 BatchReadParameter 实例。 | |
RemoveAt | 移除该集合中的 BatchReadParameter 位于指定索引处。 (重写 VariableSizeList.RemoveAt(Int32)。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
名称 | 说明 | |
---|---|---|
IList.Add | (继承自 VariableSizeList。) | |
IList.Clear | (继承自 VariableSizeList。) | |
IList.Contains | (继承自 VariableSizeList。) | |
ICollection.CopyTo | (继承自 VariableSizeList。) | |
ICollection.Count | (继承自 VariableSizeList。) | |
IList.IndexOf | (继承自 VariableSizeList。) | |
IList.Insert | (继承自 VariableSizeList。) | |
IList.IsFixedSize | (继承自 VariableSizeList。) | |
IList.IsReadOnly | (继承自 VariableSizeList。) | |
ICollection.IsSynchronized | (继承自 VariableSizeList。) | |
IList.Item | (继承自 VariableSizeList。) | |
IList.Remove | (继承自 VariableSizeList。) | |
IList.RemoveAt | (继承自 VariableSizeList。) | |
ICollection.SyncRoot | (继承自 VariableSizeList。) | |
IVersionTag.VersionTag | (继承自 VariableSizeList。) |
页首
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。