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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CoverageDSPriv.NamespaceTableRow Class