Share via


CoverageDSPriv.LinesRow.ColStart Property

 

Gets or sets the index of the first analyzed character in the line of code that is analyzed by this lines row. 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

[DebuggerNonUserCodeAttribute]
public uint ColStart { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property unsigned int ColStart {
    unsigned int get();
    void set(unsigned int value);
}
[<DebuggerNonUserCodeAttribute>]
member ColStart : uint32 with get, set
<DebuggerNonUserCodeAttribute>
Public Property ColStart As UInteger

Property Value

Type: System.UInt32

The index of the first analyzed character in the line of code that is analyzed by this lines row.

See Also

CoverageDSPriv.LinesRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top