共用方式為


WebTestLoop.RuntimeClone 方法

建立新的 WebTestLoop,這是目前執行個體在執行階段的複本。

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

語法

'宣告
Public Overrides Function RuntimeClone As Object
public override Object RuntimeClone()
public:
virtual Object^ RuntimeClone() override
abstract RuntimeClone : unit -> Object 
override RuntimeClone : unit -> Object 
public override function RuntimeClone() : Object

傳回值

型別:System.Object
新的 WebTestLoop,這是目前執行個體的複本。

.NET Framework 安全性

請參閱

參考

WebTestLoop 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間