TimerResult.Clone Method

Returns a clone of the timer result object.

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

Syntax

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

Return Value

Type: Object
Clone of the timer object.

Implements

ICloneable.Clone

.NET Framework Security

See Also

Reference

TimerResult Class

Microsoft.VisualStudio.TestTools.Common Namespace