DisplayFieldList 类

表示从服务器上调用 WorkItemFieldDefinitions 的集合,在 WorkItemCollection 的 WorkItems 访问时。

继承层次结构

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.OrderedVariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.DisplayFieldList

命名空间:  Microsoft.TeamFoundation.WorkItemTracking.Client
程序集:  Microsoft.TeamFoundation.WorkItemTracking.Client(在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)

语法

声明
Public NotInheritable Class DisplayFieldList _
    Inherits OrderedVariableSizeList
public sealed class DisplayFieldList : OrderedVariableSizeList

DisplayFieldList 类型公开以下成员。

属性

  名称 说明
公共属性 Count 获取此集合中的元素数。 (重写 OrderedVariableSizeList.Count。)
公共属性 IsFixedSize 已过时。 (继承自 OrderedVariableSizeList。)
公共属性 IsReadOnly 已过时。 (继承自 OrderedVariableSizeList。)
公共属性 IsSynchronized 已过时。 (继承自 OrderedVariableSizeList。)
公共属性 Item 获取或设置集合中指定索引处的 FieldDefinition 对象。
公共属性 SyncRoot 已过时。 (继承自 OrderedVariableSizeList。)

页首

方法

  名称 说明
公共方法 Add(String) 通过文档名向该集合 FieldDefinition 对象。
公共方法 Add(FieldDefinition) 向该集合 FieldDefinition 对象在下一个可用的索引。
公共方法 Clear 为该集合。 (重写 OrderedVariableSizeList.Clear()。)
公共方法 Contains 检查指定的 FieldDefinition 对象是否位于此集合中。
公共方法 CopyTo 已过时。 (继承自 OrderedVariableSizeList。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetEnumerator (继承自 OrderedVariableSizeList。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 IndexOf 获取指定的 FieldDefinition 的索引。
公共方法 IndexOfFieldId 获取在指定的 FieldDefinition的此集合的索引。
公共方法 Insert(Int32, FieldDefinition) 将指定的 FieldDefinition 对象插入此集合中的指定索引位置。
公共方法 Insert(Int32, String) 插入具有指定的名称到此集合中指定索引处。FieldDefinition 对象。
公共方法 Remove(String) 从此集合中移除指定的 FieldDefinition 对象。
公共方法 Remove(FieldDefinition) 从此集合中移除指定的 FieldDefinition 对象。
公共方法 RemoveAt 取消 FieldDefinition 对象在索引指定集合中的位置。 (重写 OrderedVariableSizeList.RemoveAt(Int32)。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IList.Add (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.Clear (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.Contains (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 ICollection.CopyTo (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 ICollection.Count (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.IndexOf (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.Insert (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 IList.IsFixedSize (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 IList.IsReadOnly (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 ICollection.IsSynchronized (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 IList.Item (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.Remove (继承自 OrderedVariableSizeList。)
显式接口实现私有方法 IList.RemoveAt (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 ICollection.SyncRoot (继承自 OrderedVariableSizeList。)
显式接口实现私有属性 IVersionTag.VersionTag (继承自 OrderedVariableSizeList。)

页首

备注

DisplayFieldList 在 DisplayFields 属性存储。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.TeamFoundation.WorkItemTracking.Client 命名空间