Share via


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

[DebuggerNonUserCodeAttribute]
public CoverageDSPriv.LinesRow[] GetLinesRows()
public:
[DebuggerNonUserCodeAttribute]
array<CoverageDSPriv::LinesRow^>^ GetLinesRows()
[<DebuggerNonUserCodeAttribute>]
member GetLinesRows : unit -> CoverageDSPriv.LinesRow[]
<DebuggerNonUserCodeAttribute>
Public Function GetLinesRows As CoverageDSPriv.LinesRow()

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.LinesRow[]

Returns an array of CoverageDSPriv.LinesRow objects for the lines that are contained by the corresponding method.

See Also

CoverageDSPriv.LinesRow
CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top