共用方式為


IDataWriter.UnstoredBufferLength 屬性

定義

取得尚未使用的緩衝區大小。

public:
 property unsigned int UnstoredBufferLength { unsigned int get(); };
uint32_t UnstoredBufferLength();
public uint UnstoredBufferLength { get; }
var uInt32 = iDataWriter.unstoredBufferLength;
Public ReadOnly Property UnstoredBufferLength As UInteger

屬性值

UInt32

unsigned int

uint32_t

可用的緩衝區長度,以位元組為單位。

適用於