CoverageDSPriv.ClassRow.BlocksNotCovered Property

Gets or sets the number of code blocks in the corresponding class 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

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

Property Value

Type: System.UInt32
The number of code blocks in the corresponding class not covered by the analysis.

.NET Framework Security

See Also

Reference

CoverageDSPriv.ClassRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace