CoverageDSPriv.MethodRow.GetLinesRows Method

Returns an array of CoverageDSPriv.LinesRow objects for the lines that are contained by the corresponding 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 Function GetLinesRows As CoverageDSPriv..::..LinesRow()
public CoverageDSPriv..::..LinesRow[] GetLinesRows()
public:
array<CoverageDSPriv..::..LinesRow^>^ GetLinesRows()
member GetLinesRows : unit -> CoverageDSPriv..::..LinesRow[] 
public function GetLinesRows() : CoverageDSPriv..::..LinesRow[]

Return Value

Type: array<Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow[]
Returns an array of CoverageDSPriv.LinesRow objects for the lines that are contained by the corresponding method.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.LinesRow