RevisionCollection 類別
代表工作項目的修訂記錄。
繼承階層
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.RevisionCollection
命名空間: Microsoft.TeamFoundation.WorkItemTracking.Client
組件: Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)
語法
'宣告
Public NotInheritable Class RevisionCollection _
Inherits ReadOnlyList
public sealed class RevisionCollection : ReadOnlyList
RevisionCollection 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Count | 取得此集合中項目的數目。 (覆寫 ReadOnlyList.Count。) | |
IsFixedSize | 已過時。 (繼承自 ReadOnlyList)。 | |
IsReadOnly | 已過時。 (繼承自 ReadOnlyList)。 | |
IsSynchronized | 已過時。 (繼承自 ReadOnlyList)。 | |
Item | 取得工作項目修訂在指定的索引。 | |
SyncRoot | 已過時。 (繼承自 ReadOnlyList)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Contains | 檢查指定的修正是否存在於這個集合。 | |
CopyTo | 已過時。 (繼承自 ReadOnlyList)。 | |
Equals | 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。 | |
GetEnumerator | (繼承自 ReadOnlyList)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
IndexOf | 取得索引,在此集合中,指定的修訂。 | |
ToString | 傳回代表目前物件的字串。 (繼承自 Object)。 |
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
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) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。