共用方式為


WebTestLoop 建構函式 (WebTestLoop)

透過複製指定的 WebTestLoop 來初始化 WebTestLoop 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

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

參數

.NET Framework 安全性

請參閱

參考

WebTestLoop 類別

WebTestLoop 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間