Share via


CoverageStatistics.LinesPartiallyCovered Property

Gets or sets the number of lines that are partially covered for the 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 LinesPartiallyCovered As UInteger
public uint LinesPartiallyCovered { get; set; }
public:
property unsigned int LinesPartiallyCovered {
    unsigned int get ();
    void set (unsigned int value);
}
member LinesPartiallyCovered : uint32 with get, set
function get LinesPartiallyCovered () : uint 
function set LinesPartiallyCovered (value : uint)

Property Value

Type: UInt32
The number of lines that are partially covered for the method.

.NET Framework Security

See Also

Reference

CoverageStatistics Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace