Share via


WebTestCondition Constructor (WebTestCondition)

Initializes a new instance of the WebTestCondition class by copying the specified WebTestCondition.

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
)

Parameters

.NET Framework Security

See Also

Reference

WebTestCondition Class

WebTestCondition Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace