WebTestConditionalConstruct, constructeur (WebTestConditionalConstruct)
Initialise une nouvelle instance de la classe WebTestConditionalConstruct en copiant le WebTestConditionalConstruct spécifié.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
copy As WebTestConditionalConstruct _
)
protected WebTestConditionalConstruct(
WebTestConditionalConstruct copy
)
protected:
WebTestConditionalConstruct(
WebTestConditionalConstruct^ copy
)
new :
copy:WebTestConditionalConstruct -> WebTestConditionalConstruct
protected function WebTestConditionalConstruct(
copy : WebTestConditionalConstruct
)
Paramètres
- copy
Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestConditionalConstruct
WebTestConditionalConstruct à copier.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
WebTestConditionalConstruct Classe