共用方式為


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 版引進。 如需詳細資訊,請參閱版本和相依性

適用於