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

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

Property Value

Type: UInt32
The number of the starting column for the line coverage.

.NET Framework Security

See Also

Reference

LineCoverageInfo Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace