Freigeben über


WebTestLoop-Konstruktor (WebTestLoop)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestLoop Klasse

WebTestLoop-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace