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

uint BlockCount { get; }
property unsigned int BlockCount {
    unsigned int get();
}
abstract BlockCount : uint32 with get
ReadOnly Property BlockCount As UInteger

Property Value

Type: System.UInt32

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top