PageParserFilter.Line 属性

定义

获取文件中当前正在对其进行分析的行号。

protected:
 property int Line { int get(); };
protected int Line { get; }
member this.Line : int
Protected ReadOnly Property Line As Integer

属性值

Int32

一个整数值,表示文件中分析器筛选器当前正在对其处理的行。

注解

在自定义 PageParserFilter 实现中 Line ,使用属性报告分析期间发生错误的位置。

Line.NET Framework版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于