CoverageDSPriv.NamespaceTableRow.ModuleRow Property
Gets or sets the module row from the module data table that corresponds to the module that contains the corresponding namespace. 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.ModuleRow ModuleRow { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property CoverageDSPriv::ModuleRow^ ModuleRow {
CoverageDSPriv::ModuleRow^ get();
void set(CoverageDSPriv::ModuleRow^ value);
}
[<DebuggerNonUserCodeAttribute>]
member ModuleRow : CoverageDSPriv.ModuleRow with get, set
<DebuggerNonUserCodeAttribute>
Public Property ModuleRow As CoverageDSPriv.ModuleRow
Property Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageDSPriv.ModuleRow
The module row from the module data table that corresponds to the module that contains the corresponding namespace.
See Also
CoverageDSPriv.ModuleRow
CoverageDSPriv.ModuleDataTable
CoverageDSPriv.NamespaceTableRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top