Freigeben über


DeploymentItemCollection-Konstruktor (DeploymentItemCollection)

Initialisiert eine Instanz der DeploymentItemCollection-Klasse, indem das bereitgestellte DeploymentItemCollection-Objekt kopiert wird.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentItemCollection Klasse

DeploymentItemCollection-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

DeploymentItemCollection