Share via


DatabaseModule.BlockCount Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the number of code blocks in this 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public ReadOnly Property BlockCount As UInteger
public uint BlockCount { get; }
public:
virtual property unsigned int BlockCount {
    unsigned int get () sealed;
}
abstract BlockCount : uint32 with get 
override BlockCount : uint32 with get
final function get BlockCount () : uint

Property Value

Type: UInt32
The number of code blocks in this module.

Implements

ICoverageModule.BlockCount

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace