共用方式為


XamlXmlReader.LinePosition 屬性

定義

取得要報告的行位置。

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

屬性值

要報告的行位置。

實作

備註

這個屬性是實作的 IXamlLineInfo 一部分。 、 StartMemberNamespaceDeclaration 或 的 StartObjectValue 節點類型可以傳回行位置。 其他節點類型會傳回值 0。 如果 HasLineInfofalse ,則所有節點類型都會傳回 0。

適用於