共用方式為


IBuffer.Capacity 屬性

定義

取得緩衝區可以保存的最大位元組數目。

public:
 property unsigned int Capacity { unsigned int get(); };
uint32_t Capacity();
public uint Capacity { get; }
var uInt32 = iBuffer.capacity;
Public ReadOnly Property Capacity As UInteger

屬性值

UInt32

unsigned int

uint32_t

緩衝區可以保存的最大位元組數目。

適用於