Share via


CoverageDSPriv.ClassRow.GetMethodRows Method

Gets an array of CoverageDSPriv.MethodRow objects that represents the methods in the corresponding class. 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 GetMethodRows As CoverageDSPriv.MethodRow()
public CoverageDSPriv.MethodRow[] GetMethodRows()
public:
array<CoverageDSPriv::MethodRow^>^ GetMethodRows()
member GetMethodRows : unit -> CoverageDSPriv.MethodRow[] 
public function GetMethodRows() : CoverageDSPriv.MethodRow[]

Return Value

Type: array<Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow[]
An array of data rows where each row has data about a method in the class.

.NET Framework Security

See Also

Reference

CoverageDSPriv.ClassRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.MethodRow