CoverageDS.Join Method

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

'Declaration
Public Shared Function Join ( _
    first As CoverageDSPriv, _
    second As CoverageDSPriv _
) As CoverageDS
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 static function Join(
    first : CoverageDSPriv, 
    second : CoverageDSPriv
) : CoverageDS

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDS
The resulting CoverageDS data set.

.NET Framework Security

See Also

Reference

CoverageDS Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv