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