DeploymentItemCollection (Constructor) (DeploymentItemCollection)

Inicializa una instancia de la clase DeploymentItemCollection copiando el objeto DeploymentItemCollection proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DeploymentItemCollection Clase

DeploymentItemCollection (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

DeploymentItemCollection