CoverageDSPriv.MethodRow.LinesNotCovered Property

Gets or sets the number of code lines that are not covered by the analysis of the corresponding method. 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
Public Property LinesNotCovered As UInteger
public uint LinesNotCovered { get; set; }
public:
property unsigned int LinesNotCovered {
    unsigned int get ();
    void set (unsigned int value);
}
member LinesNotCovered : uint32 with get, set
function get LinesNotCovered () : uint 
function set LinesNotCovered (value : uint)

Property Value

Type: UInt32
The number of code lines that are not covered by the analysis of the corresponding method.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace