ContextParameterCollection 類別
包含 ContextParameter 物件的強型別集合。
繼承階層架構
System.Object
System.Collections.ObjectModel.Collection<ContextParameter>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<ContextParameter>
Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Class ContextParameterCollection _
Inherits WebTestBaseCollection(Of ContextParameter)
[SerializableAttribute]
public class ContextParameterCollection : WebTestBaseCollection<ContextParameter>
[SerializableAttribute]
public ref class ContextParameterCollection : public WebTestBaseCollection<ContextParameter^>
[<SerializableAttribute>]
type ContextParameterCollection =
class
inherit WebTestBaseCollection<ContextParameter>
end
public class ContextParameterCollection extends WebTestBaseCollection<ContextParameter>
ContextParameterCollection 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ContextParameterCollection | 初始化 ContextParameterCollection 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得 Collection<T> 中實際包含的項目數目。 (繼承自 Collection<ContextParameter>)。 | |
Item | 取得或設定在指定索引的項目。 (繼承自 Collection<ContextParameter>)。 | |
Items | 取得 Collection<T> 周圍的 IList<T> 包裝函式。 (繼承自 Collection<ContextParameter>)。 |
回頁首
方法
回頁首
明確介面實作
名稱 | 說明 | |
---|---|---|
IList.Add | 將項目加入至 IList。 (繼承自 Collection<ContextParameter>)。 | |
IList.Contains | 判斷 IList 是否包含特定值。 (繼承自 Collection<ContextParameter>)。 | |
ICollection.CopyTo | 從特定的 Array 索引開始,複製 ICollection 項目至 Array。 (繼承自 Collection<ContextParameter>)。 | |
IEnumerable.GetEnumerator | 傳回會逐一查看集合的列舉程式。 (繼承自 Collection<ContextParameter>)。 | |
IList.IndexOf | 判斷 IList 中特定項目的索引。 (繼承自 Collection<ContextParameter>)。 | |
IList.Insert | 將項目插入 IList 中指定的索引處。 (繼承自 Collection<ContextParameter>)。 | |
IList.IsFixedSize | 取得值,指出 IList 是否有固定的大小。 (繼承自 Collection<ContextParameter>)。 | |
ICollection<T>.IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 Collection<ContextParameter>)。 | |
IList.IsReadOnly | 取得值,指出 IList 是否唯讀。 (繼承自 Collection<ContextParameter>)。 | |
ICollection.IsSynchronized | 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 Collection<ContextParameter>)。 | |
IList.Item | 取得或設定在指定索引的項目。 (繼承自 Collection<ContextParameter>)。 | |
IList.Remove | 從 IList 移除特定物件之第一個符合的元素。 (繼承自 Collection<ContextParameter>)。 | |
ICollection.SyncRoot | 取得可用來同步存取 ICollection 的物件。 (繼承自 Collection<ContextParameter>)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。