XamlException.LineNumber 屬性

定義

取得或設定例外狀況所報告之 XAML 文字行資訊的行號部分。

public:  property int LineNumber {  public:
int get(); protected:
 void set(int value); };
public int LineNumber { get; protected set; }
member this.LineNumber : int with get, set
Public Property LineNumber As Integer

屬性值

Int32

XAML 文字行資訊的行號部分。

適用於

另請參閱