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
- other
Typ: Microsoft.VisualStudio.TestTools.Common.DeploymentItemCollection
Ein DeploymentItemCollection-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DeploymentItemCollection Klasse
DeploymentItemCollection-Überladung