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
first
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPrivA CoverageDSPriv object.
second
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPrivA CoverageDSPriv object.
Return Value
Type: Boolean
true if the two data sets can be joined by using the Join method; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.