Edit

Share via


XamlLoadErrorInfo.LineNumber Property

Definition

Gets or sets the line number of the XAML file where the load error occurred.

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

Property Value

The line number of the XAML file where the load error occurred.

Applies to