Share via


WebTestConditionalConstruct Constructor (WebTestConditionalConstruct)

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

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
)

Parameters

.NET Framework Security

See Also

Reference

WebTestConditionalConstruct Class

WebTestConditionalConstruct Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace