WebTestConditionalConstruct-Konstruktor (WebTestConditionalConstruct)
Initialisiert eine neue Instanz der WebTestConditionalConstruct-Klasse, indem der angegebene WebTestConditionalConstruct-Wert kopiert wird.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
copy As WebTestConditionalConstruct _
)
protected WebTestConditionalConstruct(
WebTestConditionalConstruct copy
)
protected:
WebTestConditionalConstruct(
WebTestConditionalConstruct^ copy
)
new :
copy:WebTestConditionalConstruct -> WebTestConditionalConstruct
protected function WebTestConditionalConstruct(
copy : WebTestConditionalConstruct
)
Parameter
- copy
Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
Das WebTestConditionalConstruct, das kopiert werden soll.
.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
WebTestConditionalConstruct Klasse