Share via


ICoverageModule.BlockCount Property

Gets the number of code blocks in the module. 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
ReadOnly Property BlockCount As UInteger
    Get
uint BlockCount { get; }
property unsigned int BlockCount {
    unsigned int get ();
}
abstract BlockCount : uint32
function get BlockCount () : uint

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace