XmlSchemaObject.LinePosition プロパティ

定義

schema 要素が参照するファイルの行番号を取得または設定します。

public:
 property int LinePosition { int get(); void set(int value); };
public int LinePosition { get; set; }
member this.LinePosition : int with get, set
Public Property LinePosition As Integer

プロパティ値

行の位置。

注釈

これは、スキーマがファイルから読み取られたときの行位置を格納するために使用されます。 これは、エラー処理のために から XmlSchemaException 報告されます。

適用対象