CoverageDSPriv.NamespaceTableRow.LinesNotCovered Property
Gets or sets the number of code lines in the corresponding namespace that are not covered by the analysis. 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 uint LinesNotCovered { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int LinesNotCovered {
unsigned int get();
void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member LinesNotCovered : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property LinesNotCovered As UInteger
Property Value
Type: System.UInt32
The number of code lines in the corresponding namespace that are not covered by the analysis.
See Also
CoverageDSPriv.NamespaceTableRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top