Share via


CoverageDSPriv.NamespaceTable Property

Gets a strongly named data table for the namespaces in the code that is being analyzed. 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
<BrowsableAttribute(False)> _
Public ReadOnly Property NamespaceTable As CoverageDSPriv..::..NamespaceTableDataTable
    Get
[BrowsableAttribute(false)]
public CoverageDSPriv..::..NamespaceTableDataTable NamespaceTable { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv..::..NamespaceTableDataTable^ NamespaceTable {
    CoverageDSPriv..::..NamespaceTableDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member NamespaceTable : CoverageDSPriv..::..NamespaceTableDataTable
function get NamespaceTable () : CoverageDSPriv..::..NamespaceTableDataTable

Property Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.NamespaceTableDataTable
A strongly named data table for the namespaces in the code that is being analyzed.

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.NamespaceTableDataTable