XsltException.LinePosition 属性

定义

获取指示样式表中发生错误的位置的行位置。

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

属性值

行位置,指示样式表中发生错误的位置。

注解

该类使用 XsltCompileException 此属性。

适用于