Share via


TestResult.Clone Method ()

 

Returns a copy of this test result.

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

Syntax

public override object Clone()
public:
virtual Object^ Clone() override
override Clone : unit -> Object
Public Overrides Function Clone As Object

Return Value

Type: System.Object

A copy of this test result.

Implements

ICloneable.Clone()

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top