CheckinEvent.Clone Method

Perform a deep copy of a CheckinEvent object.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.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: System.Object
Returns Object.

Implements

ICloneable.Clone()

.NET Framework Security

See Also

Reference

CheckinEvent Class

Microsoft.TeamFoundation.VersionControl.Common Namespace