Range.StartLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the line (0-based) of the start of the span.
public:
property int StartLine { int get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public int StartLine { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public int StartLine { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.StartLine : int
[<System.Runtime.Serialization.DataMember(Order=0)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.StartLine : int
Public ReadOnly Property StartLine As Integer
Property Value
- Attributes