Share via


CoverageDSPriv.NamespaceTableRow.GetClassRows Method ()

 

Returns an array of CoverageDSPriv.ClassRow objects for classes that are contained in the corresponding namespace. 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.ClassRow[] GetClassRows()
public:
[DebuggerNonUserCodeAttribute]
array<CoverageDSPriv::ClassRow^>^ GetClassRows()
[<DebuggerNonUserCodeAttribute>]
member GetClassRows : unit -> CoverageDSPriv.ClassRow[]
<DebuggerNonUserCodeAttribute>
Public Function GetClassRows As CoverageDSPriv.ClassRow()

Return Value

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

An array of CoverageDSPriv.ClassRow objects for classes that are contained in the corresponding namespace.

See Also

CoverageDSPriv.ClassRow
CoverageDSPriv.NamespaceTableRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top