FieldDefinitionCollection 類別
描述 FieldDefinition 物件的集合。
繼承階層架構
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionCollection
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Client
組件: Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
語法
'宣告
Public NotInheritable Class FieldDefinitionCollection _
Inherits ReadOnlyList
public sealed class FieldDefinitionCollection : ReadOnlyList
FieldDefinitionCollection 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Count | 取得 FieldDefinition 數字物件存在於這個集合中。 (覆寫 ReadOnlyList.Count。) | |
IsFixedSize | 已過時。 (繼承自 ReadOnlyList)。 | |
IsReadOnly | 已過時。 (繼承自 ReadOnlyList)。 | |
IsSynchronized | 已過時。 (繼承自 ReadOnlyList)。 | |
Item[Int32] | 取得欄位定義中指定的索引處。 | |
Item[String] | 取得具有指定之名稱的欄位定義。 | |
Item[CoreField] | 取得欄位的定義中指定的 CoreField ID. | |
SyncRoot | 已過時。 (繼承自 ReadOnlyList)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Contains(Int32) | 確認具有指定 ID 的欄位定義是否存在於這個集合。 | |
Contains(String) | 確認有指定之名稱的欄位定義是否存在於這個集合。 | |
Contains(FieldDefinition) | 檢查此集合是否包含指定的 FieldDefinition 物件。 | |
CopyTo | 已過時。 (繼承自 ReadOnlyList)。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetById | 取得具有指定 ID 的物件 FieldDefinition. | |
GetEnumerator | (繼承自 ReadOnlyList)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
IndexOf | 取得指定的 FieldDefinition 物件的索引在這個集合中。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 | |
TryGetById | 取得具有指定 ID 的物件 FieldDefinition. | |
TryGetByName | 取得具有指定名稱的 FieldDefinition 物件。 |
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
IList.Add | (繼承自 ReadOnlyList)。 | |
IList.Clear | (繼承自 ReadOnlyList)。 | |
IList.Contains | (繼承自 ReadOnlyList)。 | |
ICollection.CopyTo | (繼承自 ReadOnlyList)。 | |
ICollection.Count | (繼承自 ReadOnlyList)。 | |
IList.IndexOf | (繼承自 ReadOnlyList)。 | |
IList.Insert | (繼承自 ReadOnlyList)。 | |
IList.IsFixedSize | (繼承自 ReadOnlyList)。 | |
IList.IsReadOnly | (繼承自 ReadOnlyList)。 | |
ICollection.IsSynchronized | (繼承自 ReadOnlyList)。 | |
IList.Item | (繼承自 ReadOnlyList)。 | |
IList.Remove | (繼承自 ReadOnlyList)。 | |
IList.RemoveAt | (繼承自 ReadOnlyList)。 | |
ICollection.SyncRoot | (繼承自 ReadOnlyList)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。