CoverageDSPriv.LinesRow.LnStart Property
Gets or sets the index for the first line that is covered 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 LnStart As UInteger
Get
Set
public uint LnStart { get; set; }
public:
property unsigned int LnStart {
unsigned int get ();
void set (unsigned int value);
}
member LnStart : uint32 with get, set
function get LnStart () : uint
function set LnStart (value : uint)
Property Value
Type: System.UInt32
The index for the first line that is covered by this lines row.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.