CoverageDS.CanJoin Method (CoverageDSPriv, CoverageDSPriv)

 

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

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 Shared Function CanJoin (
    first As CoverageDSPriv,
    second As CoverageDSPriv
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

CoverageDSPriv
Join
CoverageDS Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top