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: Object
Remarks
A clone of this object at run time.
.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.