Utf8JsonWriter.BytesPending 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Utf8JsonWriter 到目前為止所寫入但尚未排清到輸出並認可的位元組數目。
public:
property int BytesPending { int get(); };
public int BytesPending { get; }
member this.BytesPending : int
Public ReadOnly Property BytesPending As Integer
屬性值
到目前為止 Utf8JsonWriter ,尚未排清至輸出並認可的 所寫入的位元組數目。