XamlLoadErrorInfo.LinePosition 속성

정의

로드 오류가 발생한 XAML 파일의 줄 위치를 가져오거나 설정합니다.

public:
 property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer

속성 값

로드 오류가 발생한 XAML 파일의 줄 위치입니다.

적용 대상