Share via


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

버퍼가 보유할 수 있는 최대 바이트 수입니다.

적용 대상