DeploymentItemCollection 类

定义

DeploymentItem 对象的集合。

public ref class DeploymentItemCollection : Microsoft::VisualStudio::TestTools::Common::EqtBaseCollection<Microsoft::VisualStudio::TestTools::Common::DeploymentItem ^>
[System.Serializable]
public class DeploymentItemCollection : Microsoft.VisualStudio.TestTools.Common.EqtBaseCollection<Microsoft.VisualStudio.TestTools.Common.DeploymentItem>
[<System.Serializable>]
type DeploymentItemCollection = class
    inherit EqtBaseCollection<DeploymentItem>
Public Class DeploymentItemCollection
Inherits EqtBaseCollection(Of DeploymentItem)
继承
DeploymentItemCollection
属性

构造函数

DeploymentItemCollection()

初始化 DeploymentItemCollection 类的实例。

DeploymentItemCollection(DeploymentItemCollection)

通过复制提供的 DeploymentItemCollection 对象来初始化 类的DeploymentItemCollection实例。

字段

m_container

返回包含集合的哈希表。

(继承自 EqtBaseCollection<T>)

属性

Count

获取集合中的项数。

(继承自 EqtBaseCollection<T>)
IsReadOnly

获取一个值,指示集合是否为只读集合。

(继承自 EqtBaseCollection<T>)

方法

Add(T)

向集合中添加一项。

(继承自 EqtBaseCollection<T>)
Clear()

清除集合中的所有项。

(继承自 EqtBaseCollection<T>)
Clone()

创建集合的一个副本。

(继承自 EqtBaseCollection<T>)
Contains(T)

返回一个值,该值指示提供的项是否已在集合中。

(继承自 EqtBaseCollection<T>)
CopyTo(T[], Int32)

从提供的索引开始,将集合中的所有项复制到提供的数组中。

(继承自 EqtBaseCollection<T>)
GetEnumerator()

返回一个 IEnumerator 对象,用于循环访问集合。

(继承自 EqtBaseCollection<T>)
Load(XmlElement, XmlTestStoreParameters)

使用提供的参数从提供的 XML 元素加载当前对象。

(继承自 EqtBaseCollection<T>)
Remove(T)

从集合中删除提供的项(如果该项存在)。

(继承自 EqtBaseCollection<T>)
Save(XmlElement, XmlTestStoreParameters)

使用提供的参数将当前对象保存到提供的 XML 元素。

(继承自 EqtBaseCollection<T>)

显式接口实现

IEnumerable<T>.GetEnumerator()

返回类型化的 IEnumerator

(继承自 EqtBaseCollection<T>)

扩展方法

EmptyIfNull<T>(IEnumerable<T>)

如果枚举不为 null,则返回此枚举。 如果为 null,则返回空枚举。

适用于