XsltException.LinePosition 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示样式表中发生错误的位置的行位置。
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 此属性。