Share via


DeploymentItemCollection Constructor (DeploymentItemCollection)

Initializes an instance of the DeploymentItemCollection class by copying the provided DeploymentItemCollection object.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DeploymentItemCollection Class

DeploymentItemCollection Overload

Microsoft.VisualStudio.TestTools.Common Namespace

DeploymentItemCollection