ProcessParameterMetadataCollection 類別
實作處理參數名稱和中繼資料的 System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 。
繼承階層
System.Object
System.Collections.ObjectModel.Collection<ProcessParameterMetadata>
System.Collections.ObjectModel.KeyedCollection<String, ProcessParameterMetadata>
Microsoft.TeamFoundation.Build.Workflow.ProcessParameterMetadataCollection
命名空間: Microsoft.TeamFoundation.Build.Workflow
組件: Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)
語法
'宣告
Public NotInheritable Class ProcessParameterMetadataCollection _
Inherits KeyedCollection(Of String, ProcessParameterMetadata)
public sealed class ProcessParameterMetadataCollection : KeyedCollection<string, ProcessParameterMetadata>
ProcessParameterMetadataCollection 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
ProcessParameterMetadataCollection | 初始化 ProcessParameterMetadataCollection 類別的新執行個體。 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Comparer | 取得用來判斷集合中索引鍵是否相等的泛型等號比較子。 (繼承自 KeyedCollection<String, ProcessParameterMetadata>)。 | |
Count | 取得 Collection<T> 中實際包含的項目數目。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
Item[TKey] | 取得具有指定索引鍵的項目。 (繼承自 KeyedCollection<String, ProcessParameterMetadata>)。 | |
Item[Int32] | 取得或設定指定之索引處的項目。 (繼承自 Collection<ProcessParameterMetadata>)。 |
回頁首
方法
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
IList.Add | 將項目加入至 IList。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.Insert | 將項目插入 IList 中指定的索引處。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.Item | 取得或設定指定之索引處的項目。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。 (繼承自 Collection<ProcessParameterMetadata>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 Collection<ProcessParameterMetadata>)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。