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

public uint LineEnd {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property unsigned int LineEnd {
    [CompilerGeneratedAttribute]
    unsigned int get();
    [CompilerGeneratedAttribute]
    private: void set(unsigned int value);
}
member LineEnd : uint32 with get, private set
Public Property LineEnd As UInteger
    Get
    Private Set
End Property

Property Value

Type: System.UInt32

The number of the ending line for this line coverage data.

See Also

LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top