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 テキスト行情報の行番号コンポーネント。

適用対象

こちらもご覧ください