Share via


CoverageDSPriv.Clone Method ()

 

Returns an identical copy of this coverage analysis data set. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

[DebuggerNonUserCodeAttribute]
public override DataSet Clone()
public:
[DebuggerNonUserCodeAttribute]
virtual DataSet^ Clone() override
[<DebuggerNonUserCodeAttribute>]
override Clone : unit -> DataSet
<DebuggerNonUserCodeAttribute>
Public Overrides Function Clone As DataSet

Return Value

Type: System.Data.DataSet

An exact copy of this coverage analysis data set.

See Also

CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top