Share via


CoverageDSPriv.ClassRow.IsBlocksNotCoveredNull Method ()

 

Determines whether the BlocksNotCovered property value is null. 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

[DebuggerNonUserCodeAttribute]
public bool IsBlocksNotCoveredNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsBlocksNotCoveredNull()
[<DebuggerNonUserCodeAttribute>]
member IsBlocksNotCoveredNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsBlocksNotCoveredNull As Boolean

Return Value

Type: System.Boolean

true if the BlocksNotCovered property value is null; otherwise, false.

See Also

BlocksNotCovered
CoverageDSPriv.ClassRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top