WebTestItem.RuntimeClone Method

Returns a clone of this object at run time.

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

Syntax

'Declaration
Public Overridable Function RuntimeClone As Object
public virtual Object RuntimeClone()
public:
virtual Object^ RuntimeClone()
abstract RuntimeClone : unit -> Object 
override RuntimeClone : unit -> Object 
public function RuntimeClone() : Object

Return Value

Type: System.Object

Remarks

A clone of this object at run time.

.NET Framework Security

See Also

Reference

WebTestItem Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace