CoverageDSPriv.MethodRow.LinesPartiallyCovered Property
Gets or sets the number of code lines that are partially covered by the analysis of the corresponding method. 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 uint LinesPartiallyCovered { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int LinesPartiallyCovered {
unsigned int get();
void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member LinesPartiallyCovered : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property LinesPartiallyCovered As UInteger
Property Value
Type: System.UInt32
The number of code lines that are partially covered by the analysis of the corresponding method.
See Also
CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top