WebTestBaseCollection<T> 类
用于存储各种 Web 性能测试的抽象基类。
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<T>
更多...
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
<SerializableAttribute> _
Public MustInherit Class WebTestBaseCollection(Of T) _
Inherits Collection(Of T)
[SerializableAttribute]
public abstract class WebTestBaseCollection<T> : Collection<T>
[SerializableAttribute]
generic<typename T>
public ref class WebTestBaseCollection abstract : public Collection<T>
[<AbstractClass>]
[<SerializableAttribute>]
type WebTestBaseCollection<'T> =
class
inherit Collection<'T>
end
JScript 不支持泛型类型或方法。
类型参数
- T
WebTestBaseCollection<T> 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
WebTestBaseCollection<T> | 初始化 WebTestBaseCollection<T> 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Count | 获取 Collection<T> 中实际包含的元素数。 (继承自 Collection<T>。) | |
Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<T>。) | |
Items | 获取 Collection<T> 周围的 IList<T> 包装。 (继承自 Collection<T>。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 将对象添加到 Collection<T> 的结尾处。 (继承自 Collection<T>。) | |
AddRange | 将指定集合的元素添加到 WebTestBaseCollection<T> 的末尾。 | |
Clear | 从 Collection<T> 中移除所有元素。 (继承自 Collection<T>。) | |
ClearItems | 从 Collection<T> 中移除所有元素。 (继承自 Collection<T>。) | |
Contains | 确定某元素是否在 Collection<T> 中。 (继承自 Collection<T>。) | |
CopyTo | 从目标数组的指定索引处开始将整个 Collection<T> 复制到兼容的一维 Array。 (继承自 Collection<T>。) | |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetEnumerator | 返回循环访问 Collection<T> 的枚举数。 (继承自 Collection<T>。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
IndexOf | 搜索指定的对象,并返回整个 Collection<T> 中第一个匹配项的从零开始的索引。 (继承自 Collection<T>。) | |
Insert | 将元素插入 Collection<T> 的指定索引处。 (继承自 Collection<T>。) | |
InsertItem | 将元素插入 Collection<T> 的指定索引处。 (继承自 Collection<T>。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
Remove | 从 Collection<T> 中移除特定对象的第一个匹配项。 (继承自 Collection<T>。) | |
RemoveAt | 移除 Collection<T> 的指定索引处的元素。 (继承自 Collection<T>。) | |
RemoveItem | 移除 Collection<T> 的指定索引处的元素。 (继承自 Collection<T>。) | |
SetItem | 替换指定索引处的元素。 (继承自 Collection<T>。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | 将某项添加到 IList 中。 (继承自 Collection<T>。) | |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 Collection<T>。) | |
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<T>。) | |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举数。 (继承自 Collection<T>。) | |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 Collection<T>。) | |
IList.Insert | 将某项插入 IList 中指定的索引处。 (继承自 Collection<T>。) | |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<T>。) | |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<T>。) | |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<T>。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<T>。) | |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<T>。) | |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 Collection<T>。) | |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<T>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.TestTools.WebTesting 命名空间
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<T>
Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceCollection
Microsoft.VisualStudio.TestTools.WebTesting.DataSourceTableCollection
Microsoft.VisualStudio.TestTools.WebTesting.ExtractionRuleReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameterCollection
Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestHeaderCollection
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection