XamlParseException.LinePosition 속성
정의
예외가 발생한 줄에서 위치를 가져옵니다.Gets the position in the line where the exception occurred.
public:
property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer
속성 값
줄 위치입니다.The line position.