XamlDebuggerXmlReader.LineNumber Property

Definition

Gets the line in a XAML file that is currently being examined by the reader.

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

Property Value

The line in a XAML file that is currently being examined by the reader.

Implements

Applies to