DisplayFieldCollection 类
这是保存DisplayFields的集合选件类
继承层次结构
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Controls.DisplayFieldCollection
命名空间: Microsoft.TeamFoundation.WorkItemTracking.Controls
程序集: Microsoft.TeamFoundation.WorkItemTracking.Controls(在 Microsoft.TeamFoundation.WorkItemTracking.Controls.dll 中)
语法
声明
Public NotInheritable Class DisplayFieldCollection _
Implements IList, ICollection, IEnumerable
public sealed class DisplayFieldCollection : IList,
ICollection, IEnumerable
DisplayFieldCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DisplayFieldCollection() | ||
DisplayFieldCollection(DisplayFieldCollection) |
页首
属性
名称 | 说明 | |
---|---|---|
Count | ||
IsReadOnly | ||
Item[Int32] | ||
Item[String] |
页首
方法
名称 | 说明 | |
---|---|---|
Add | ||
AddRange | ||
Clear | ||
Contains(String) | ||
Contains(DisplayField) | ||
CopyTo | ||
Equals | (重写 Object.Equals(Object)。) | |
GetEnumerator | ||
GetHashCode | (重写 Object.GetHashCode()。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf(String) | ||
IndexOf(DisplayField) | ||
Insert | ||
Remove | ||
RemoveAt | ||
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
事件
名称 | 说明 | |
---|---|---|
Changed |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | ||
IList.Contains | ||
ICollection.CopyTo | ||
IList.IndexOf | ||
IList.Insert | ||
IList.IsFixedSize | ||
ICollection.IsSynchronized | ||
IList.Item | ||
IList.Remove | ||
ICollection.SyncRoot |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。