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

[DebuggerNonUserCodeAttribute]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public CoverageDSPriv.ModuleDataTable Module { get; }
public:
[DebuggerNonUserCodeAttribute]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)]
property CoverageDSPriv::ModuleDataTable^ Module {
    CoverageDSPriv::ModuleDataTable^ get();
}
[<DebuggerNonUserCodeAttribute>]
[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>]
member Module : CoverageDSPriv.ModuleDataTable with get
<DebuggerNonUserCodeAttribute>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property Module As 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.

See Also

CoverageDSPriv.ModuleDataTable
CoverageDSPriv Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top