CoverageDSPriv.ModuleRow.IsLinesPartiallyCoveredNull Method ()
Returns a value that indicates whether the LinesPartiallyCovered property 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 IsLinesPartiallyCoveredNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsLinesPartiallyCoveredNull()
[<DebuggerNonUserCodeAttribute>]
member IsLinesPartiallyCoveredNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsLinesPartiallyCoveredNull As Boolean
Return Value
Type: System.Boolean
true if the LinesPartiallyCovered property is null; otherwise, false.
See Also
LinesPartiallyCovered
CoverageDSPriv.ModuleRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top