CoverageDSPriv.LinesRow.ColEnd Property

Gets or sets the index of the last 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

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

Property Value

Type: System.UInt32
The index of the last analyzed character in the line of code that is analyzed by this lines row.

.NET Framework Security

See Also

Reference

CoverageDSPriv.LinesRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace