Costruttore DeploymentItemCollection (DeploymentItemCollection)
Inizializza un'istanza della classe DeploymentItemCollection copiando l'oggetto DeploymentItemCollection fornito.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As DeploymentItemCollection _
)
public DeploymentItemCollection(
DeploymentItemCollection other
)
public:
DeploymentItemCollection(
DeploymentItemCollection^ other
)
new :
other:DeploymentItemCollection -> DeploymentItemCollection
public function DeploymentItemCollection(
other : DeploymentItemCollection
)
Parametri
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Oggetto DeploymentItemCollection.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DeploymentItemCollection Classe
Overload DeploymentItemCollection