Freigeben über


WebTestCondition-Konstruktor (WebTestCondition)

Initialisiert eine neue Instanz der WebTestCondition-Klasse, indem der angegebene WebTestCondition-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 WebTestCondition _
)
protected WebTestCondition(
    WebTestCondition copy
)
protected:
WebTestCondition(
    WebTestCondition^ copy
)
new : 
        copy:WebTestCondition -> WebTestCondition
protected function WebTestCondition(
    copy : WebTestCondition
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestCondition Klasse

WebTestCondition-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace