TestResultMessage.Clone Method

Returns a deep copy of this test result message.

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

Syntax

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

Return Value

Type: Object
A deep copy of this test result message.

Implements

ICloneable.Clone

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace