CoverageInfo.Join Method

Merges two CoverageInfo objects. 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 CoverageInfo, _
    second As CoverageInfo _
) As CoverageInfo
public static CoverageInfo Join(
    CoverageInfo first,
    CoverageInfo second
)
public:
static CoverageInfo^ Join(
    CoverageInfo^ first, 
    CoverageInfo^ second
)
static member Join : 
        first:CoverageInfo * 
        second:CoverageInfo -> CoverageInfo 
public static function Join(
    first : CoverageInfo, 
    second : CoverageInfo
) : CoverageInfo

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo
The merged coverage info object.

.NET Framework Security

See Also

Reference

CoverageInfo Class

Microsoft.VisualStudio.Coverage.Analysis Namespace