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
[DebuggerNonUserCodeAttribute]
public CoverageDSPriv.MethodRow[] GetMethodRows()
public:
[DebuggerNonUserCodeAttribute]
array<CoverageDSPriv::MethodRow^>^ GetMethodRows()
[<DebuggerNonUserCodeAttribute>]
member GetMethodRows : unit -> CoverageDSPriv.MethodRow[]
<DebuggerNonUserCodeAttribute>
Public Function GetMethodRows As CoverageDSPriv.MethodRow()
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.MethodRow[]
An array of data rows where each row has data about a method in the class.
See Also
CoverageDSPriv.MethodRow
CoverageDSPriv.ClassRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top