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
[BrowsableAttribute(false)]
public CoverageDSPriv.NamespaceTableDataTable NamespaceTable { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv::NamespaceTableDataTable^ NamespaceTable {
CoverageDSPriv::NamespaceTableDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member NamespaceTable : CoverageDSPriv.NamespaceTableDataTable with get
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
- 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.