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 によって報告されます。

適用対象