CoverageDSPriv.ModuleRow.BlocksCovered Property
Gets or sets the number of code blocks in the corresponding module 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 BlocksCovered As UInteger
public uint BlocksCovered { get; set; }
public:
property unsigned int BlocksCovered {
unsigned int get ();
void set (unsigned int value);
}
member BlocksCovered : uint32 with get, set
function get BlocksCovered () : uint
function set BlocksCovered (value : uint)
Property Value
Type: UInt32
The number of code blocks in the corresponding module that are covered by the analysis.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.