CoverageDSPriv.NamespaceTableRow.LinesCovered Property

Gets or sets the number of code lines in the corresponding namespace that are 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

'Declaration
Public Property LinesCovered As UInteger
public uint LinesCovered { get; set; }
public:
property unsigned int LinesCovered {
    unsigned int get ();
    void set (unsigned int value);
}
member LinesCovered : uint32 with get, set
function get LinesCovered () : uint 
function set LinesCovered (value : uint)

Property Value

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

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace