共用方式為


CborWriter.IsWriteCompleted 屬性

定義

宣告寫入器是否已完成寫入完整的根層級 CBOR 文件,或根層級 CBOR 文件的序列。

public:
 property bool IsWriteCompleted { bool get(); };
public bool IsWriteCompleted { get; }
member this.IsWriteCompleted : bool
Public ReadOnly Property IsWriteCompleted As Boolean

屬性值

true 如果寫入器已完成撰寫完整的根層級 CBOR 檔,或根層級 CBOR 檔的順序; false 否則。

適用於