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 됩니다.

적용 대상