CoverageDSPriv.Module Property

Gets a strongly named data table for the modules 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 Module As CoverageDSPriv.ModuleDataTable
[BrowsableAttribute(false)]
public CoverageDSPriv.ModuleDataTable Module { get; }
[BrowsableAttribute(false)]
public:
property CoverageDSPriv::ModuleDataTable^ Module {
    CoverageDSPriv::ModuleDataTable^ get ();
}
[<BrowsableAttribute(false)>]
member Module : CoverageDSPriv.ModuleDataTable with get
function get Module () : CoverageDSPriv.ModuleDataTable

Property Value

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

.NET Framework Security

See Also

Reference

CoverageDSPriv Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

CoverageDSPriv.ModuleDataTable