共用方式為


XamlDebuggerXmlReader.LinePosition 屬性

定義

取得 XAML 檔案中 XML 讀取器正在檢查的行位置。

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

屬性值

Int32

XAML 檔案中 XML 讀取器正在檢查的行位置。

實作

備註

在某些文字編輯器或文字編輯的形式中,行位置也稱為「資料行」。

適用於