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
copy
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestLoopThe WebTestLoop to copy.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.