ElementLocation.Line 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.
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.