XamlXmlReader.LinePosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要報告的行位置。
public:
property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer
屬性值
要報告的行位置。
實作
備註
這個屬性是實作的 IXamlLineInfo 一部分。 、 StartMember 、 NamespaceDeclaration 或 的 StartObjectValue 節點類型可以傳回行位置。 其他節點類型會傳回值 0。 如果 HasLineInfo 是 false
,則所有節點類型都會傳回 0。