BlockLineRange.EndLine Property
Gets the number of the end line of the code block. The set accessor is internal only. 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 EndLine As UInteger
public uint EndLine { get; internal set; }
public:
property unsigned int EndLine {
unsigned int get ();
internal: void set (unsigned int value);
}
member EndLine : uint32 with get, internal set
function get EndLine () : uint
internal function set EndLine (value : uint)
Property Value
Type: UInt32
The number of the end line of the code block.
.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.