CoverageDS.MergeFileLines Method
Merges the line information across all modules. 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 MergeFileLines ( _
lines As IEnumerable(Of CoverageDSPriv.LinesRow) _
) As IList(Of LineCoverageInfo)
public static IList<LineCoverageInfo> MergeFileLines(
IEnumerable<CoverageDSPriv.LinesRow> lines
)
public:
static IList<LineCoverageInfo>^ MergeFileLines(
IEnumerable<CoverageDSPriv::LinesRow^>^ lines
)
static member MergeFileLines :
lines:IEnumerable<CoverageDSPriv.LinesRow> -> IList<LineCoverageInfo>
public static function MergeFileLines(
lines : IEnumerable<CoverageDSPriv.LinesRow>
) : IList<LineCoverageInfo>
Parameters
lines
Type: IEnumerable<CoverageDSPriv.LinesRow>An IEnumerable object of type CoverageDSPriv.LinesRow that contains the lines to merge.
Return Value
Type: IList<LineCoverageInfo>
A list of LineCoverageInfo objects that represent the merged lines.
.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.