PlatformConfigurationList 類別
表示 PlatformConfiguration 物件清單。
繼承階層架構
System.Object
System.Collections.Generic.List<PlatformConfiguration>
Microsoft.TeamFoundation.Build.Workflow.Activities.PlatformConfigurationList
命名空間: Microsoft.TeamFoundation.Build.Workflow.Activities
組件: Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class PlatformConfigurationList _
Inherits List(Of PlatformConfiguration)
[SerializableAttribute]
public class PlatformConfigurationList : List<PlatformConfiguration>
PlatformConfigurationList 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
PlatformConfigurationList() | PlatformConfigurationList 初始化類別的新執行個體。 | |
PlatformConfigurationList(IEnumerable<PlatformConfiguration>) | PlatformConfigurationList 初始化類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Capacity | 在不需要調整大小之下,取得或設定內部資料結構可以保存的元素總數。 (繼承自 List<PlatformConfiguration>)。 | |
Count | 取得 List<T> 中實際包含的元素數目。 (繼承自 List<PlatformConfiguration>)。 | |
Default | 取得只包含空白 PlatformConfiguration 物件的清單。 | |
Item | 取得或設定在指定索引的項目。 (繼承自 List<PlatformConfiguration>)。 |
回頁首
方法
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IList.Add | 將項目加入至 IList。 (繼承自 List<PlatformConfiguration>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 List<PlatformConfiguration>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 List<PlatformConfiguration>)。 | |
IEnumerable<T>.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 List<PlatformConfiguration>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 List<PlatformConfiguration>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 List<PlatformConfiguration>)。 | |
IList.Insert | 將項目插入位於指定索引的 IList。 (繼承自 List<PlatformConfiguration>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 List<PlatformConfiguration>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 List<PlatformConfiguration>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 List<PlatformConfiguration>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 List<PlatformConfiguration>)。 | |
IList.Item | 取得或設定在指定索引的項目。 (繼承自 List<PlatformConfiguration>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。 (繼承自 List<PlatformConfiguration>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 List<PlatformConfiguration>)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。