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

属性值

Int32

行位置。

注解

当从文件中读取架构时,这用于存储行位置。 这是通过 XmlSchemaException 报告错误处理。

适用于