CoverageDS.Join Method (CoverageDSPriv, CoverageDSPriv)

 

Joins two CoverageDSPriv objects into this 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

public static CoverageDS Join(
    CoverageDSPriv first,
    CoverageDSPriv second
)
public:
static CoverageDS^ Join(
    CoverageDSPriv^ first,
    CoverageDSPriv^ second
)
static member Join : 
        first:CoverageDSPriv *
        second:CoverageDSPriv -> CoverageDS
Public Shared Function Join (
    first As CoverageDSPriv,
    second As CoverageDSPriv
) As CoverageDS

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDS

The resulting CoverageDS data set.

See Also

CoverageDSPriv
CoverageDS Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top