DeploymentItemCollection 构造函数 (DeploymentItemCollection)

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

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Sub New ( _
    other As DeploymentItemCollection _
)
public DeploymentItemCollection(
    DeploymentItemCollection other
)
public:
DeploymentItemCollection(
    DeploymentItemCollection^ other
)
new : 
        other:DeploymentItemCollection -> DeploymentItemCollection
public function DeploymentItemCollection(
    other : DeploymentItemCollection
)

参数

.NET Framework 安全性

请参见

参考

DeploymentItemCollection 类

DeploymentItemCollection 重载

Microsoft.VisualStudio.TestTools.Common 命名空间

DeploymentItemCollection