DeploymentItemCollection Constructor (DeploymentItemCollection)

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Sub New ( _
    other As DeploymentItemCollection _
)
'使用
Dim other As DeploymentItemCollection

Dim instance As New DeploymentItemCollection(other)
public DeploymentItemCollection(
    DeploymentItemCollection other
)
public:
DeploymentItemCollection(
    DeploymentItemCollection^ other
)
public function DeploymentItemCollection(
    other : DeploymentItemCollection
)

Parameters

Permissions

See Also

Reference

DeploymentItemCollection Class

DeploymentItemCollection Members

DeploymentItemCollection Overload

Microsoft.VisualStudio.TestTools.Common Namespace