Share via


LineCoverageInfo.LineEnd Property

Gets the number of the ending line for this line coverage data. 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

'Declaration
Public Property LineEnd As UInteger
public uint LineEnd { get; private set; }
public:
property unsigned int LineEnd {
    unsigned int get ();
    private: void set (unsigned int value);
}
member LineEnd : uint32 with get, private set
function get LineEnd () : uint 
private function set LineEnd (value : uint)

Property Value

Type: UInt32
The number of the ending line for this line coverage data.

.NET Framework Security

See Also

Reference

LineCoverageInfo Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace