TopLevelElement.Clone Method
Returns a cloned copy of this top level element.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Overrides Function Clone As Object
public override Object Clone()
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
public override function Clone() : Object
Return Value
Type: System.Object
A copy of this top level element.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace