XmlSchemaObject.LinePosition 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 回報的錯誤處理。