DecoderExceptionFallbackBuffer.Remaining 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在目前的 DecoderExceptionFallbackBuffer 物件中仍要處理的字元數。
public:
virtual property int Remaining { int get(); };
public override int Remaining { get; }
member this.Remaining : int
Public Overrides ReadOnly Property Remaining As Integer
屬性值
傳回值永遠是零。
因為這個方法會實作抽象方法,所以會定義傳回值 (雖然此值不會變更)。
備註
因為 DecoderExceptionFallbackBuffer 沒有實際的例外狀況資料緩衝區, Remaining 所以 屬性一律會傳回零。