WebTestLoop Constructor (WebTestLoop)

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

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Protected Sub New ( _
    copy As WebTestLoop _
)
protected WebTestLoop(
    WebTestLoop copy
)
protected:
WebTestLoop(
    WebTestLoop^ copy
)
new : 
        copy:WebTestLoop -> WebTestLoop
protected function WebTestLoop(
    copy : WebTestLoop
)

Parameters

.NET Framework Security

See Also

Reference

WebTestLoop Class

WebTestLoop Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace