XamlSourceInfo.LinePosition プロパティ

定義

要素が宣言されているソース ドキュメント内の行上の位置を取得します。

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

プロパティ値

要素が宣言されているソース ドキュメント内の行上の位置。

注釈

このメンバーは .NET Framework インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象