LineCoverageInfo.LineBegin Property
Gets the number of the starting line for this line coverage data. 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 LineBegin As UInteger
Get
Private Set
public uint LineBegin { get; private set; }
public:
property unsigned int LineBegin {
unsigned int get ();
private: void set (unsigned int value);
}
member LineBegin : uint32 with get, private set
function get LineBegin () : uint
private function set LineBegin (value : uint)
Property Value
Type: System.UInt32
The number of the starting line for this line coverage data.
.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.