Share via


LineCoverageInfo.ColumnBegin Property

 

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

Property Value

Type: System.UInt32

The number of the starting column for the line coverage.

See Also

LineCoverageInfo Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top