DeploymentItemCollection 类
DeploymentItem 对象的集合。
继承层次结构
System.Object
Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<DeploymentItem>
Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<SerializableAttribute> _
Public Class DeploymentItemCollection _
Inherits EqtBaseCollection(Of DeploymentItem)
[SerializableAttribute]
public class DeploymentItemCollection : EqtBaseCollection<DeploymentItem>
[SerializableAttribute]
public ref class DeploymentItemCollection : public EqtBaseCollection<DeploymentItem^>
[<SerializableAttribute>]
type DeploymentItemCollection =
class
inherit EqtBaseCollection<DeploymentItem>
end
public class DeploymentItemCollection extends EqtBaseCollection<DeploymentItem>
DeploymentItemCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
DeploymentItemCollection() | 初始化 DeploymentItemCollection 类的实例。 | |
DeploymentItemCollection(DeploymentItemCollection) | 通过复制提供的 DeploymentItemCollection 对象初始化 DeploymentItemCollection 类的实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
Count | 获取集合中项的数目。 (继承自 EqtBaseCollection<T>。) | |
IsReadOnly | 获取一个值,该值指示集合是否为只读集合。 (继承自 EqtBaseCollection<T>。) |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 向集合中添加一项。 (继承自 EqtBaseCollection<T>。) | |
Clear | 清除集合中的所有项。 (继承自 EqtBaseCollection<T>。) | |
Clone | 创建集合的一个副本。 (继承自 EqtBaseCollection<T>。) | |
Contains | 返回一个值,该值指示集合中是否已包含提供的项。 (继承自 EqtBaseCollection<T>。) | |
CopyTo | 从提供的索引开始,将集合中的所有项复制到提供的数组中。 (继承自 EqtBaseCollection<T>。) | |
Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetEnumerator | 返回一个用于循环访问集合的 IEnumerator 对象。 (继承自 EqtBaseCollection<T>。) | |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
Load | 使用提供的参数,从提供的 XML 元素中加载当前对象。 (继承自 EqtBaseCollection<T>。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
Remove | 从集合中移除提供的项(如果该项存在)。 (继承自 EqtBaseCollection<T>。) | |
Save | 使用提供的参数,将当前对象保存到提供的 XML 元素中。 (继承自 EqtBaseCollection<T>。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
字段
名称 | 说明 | |
---|---|---|
m_container | 基础结构。返回包含集合的哈希表。 (继承自 EqtBaseCollection<T>。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IEnumerable<T>.GetEnumerator | 返回一个类型化的 IEnumerator。 (继承自 EqtBaseCollection<T>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.TestTools.Common 命名空间
[T:Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<T>]