Share via


CoverageDSPriv.ModuleRow.GetNamespaceTableRows Method ()

 

Returns an array of CoverageDSPriv.NamespaceTableRow objects that represent the namespaces that are referenced by the corresponding module. 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.NamespaceTableRow[] GetNamespaceTableRows()
public:
[DebuggerNonUserCodeAttribute]
array<CoverageDSPriv::NamespaceTableRow^>^ GetNamespaceTableRows()
[<DebuggerNonUserCodeAttribute>]
member GetNamespaceTableRows : unit -> CoverageDSPriv.NamespaceTableRow[]
<DebuggerNonUserCodeAttribute>
Public Function GetNamespaceTableRows As CoverageDSPriv.NamespaceTableRow()

Return Value

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

An array of CoverageDSPriv.NamespaceTableRow objects that represent the namespaces referenced by the corresponding module.

See Also

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

Return to top