PageParserFilter.Line 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔案中目前正在進行剖析的行號。
protected:
property int Line { int get(); };
protected int Line { get; }
member this.Line : int
Protected ReadOnly Property Line As Integer
屬性值
整數值表示檔案中目前正由剖析器篩選條件進行處理的行號。
備註
在自訂 PageParserFilter 實作中 Line ,使用 屬性來報告剖析期間發生錯誤的位置。
Line.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。