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

'Declaration
Public Function GetClassRows As CoverageDSPriv..::..ClassRow()
public CoverageDSPriv..::..ClassRow[] GetClassRows()
public:
array<CoverageDSPriv..::..ClassRow^>^ GetClassRows()
member GetClassRows : unit -> CoverageDSPriv..::..ClassRow[] 
public function GetClassRows() : CoverageDSPriv..::..ClassRow[]

Return Value

Type: array<Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ClassRow[]
An array of CoverageDSPriv.ClassRow objects for classes that are contained in the corresponding namespace.

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.ClassRow