Share via


CoverageDS.CanJoin Method

Determines whether two CoverageDSPriv objects can be joined by using the Join method. 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 CanJoin ( _
    first As CoverageDSPriv, _
    second As CoverageDSPriv _
) As Boolean
public static bool CanJoin(
    CoverageDSPriv first,
    CoverageDSPriv second
)
public:
static bool CanJoin(
    CoverageDSPriv^ first, 
    CoverageDSPriv^ second
)
static member CanJoin : 
        first:CoverageDSPriv * 
        second:CoverageDSPriv -> bool
public static function CanJoin(
    first : CoverageDSPriv, 
    second : CoverageDSPriv
) : boolean

Parameters

Return Value

Type: Boolean
true if the two data sets can be joined by using the Join method; otherwise, false.

.NET Framework Security

See Also

Reference

CoverageDS Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv

Join