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
other
Type: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollectionA DeploymentItemCollection object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DeploymentItemCollection Class
DeploymentItemCollection Overload