Share via


LineCoverageInfo.LineBegin Property

 

Gets the number of the starting 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 LineBegin {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property unsigned int LineBegin {
    [CompilerGeneratedAttribute]
    unsigned int get();
    [CompilerGeneratedAttribute]
    private: void set(unsigned int value);
}
member LineBegin : uint32 with get, private set
Public Property LineBegin As UInteger
    Get
    Private Set
End Property

Property Value

Type: System.UInt32

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

See Also

LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top