ElementLocation.Line Property

Definition

The line number where this element exists in its file. The first line is numbered 1. Zero indicates "unknown location".

public:
 abstract property int Line { int get(); };
public abstract int Line { get; }
member this.Line : int
Public MustOverride ReadOnly Property Line As Integer

Property Value

Returns Int32.

Applies to