XamlException.LinePosition 属性

定义

获取或设置异常所报告的 XAML 文本行信息的行位置组成部分。

public:  property int LinePosition {  public:
int get(); protected:
 void set(int value); };
public int LinePosition { get; protected set; }
member this.LinePosition : int with get, set
Public Property LinePosition As Integer

属性值

Int32

XAML 文本行信息的行位置组成部分。

适用于

另请参阅