IBuffer.Capacity Propriedade

Definição

Obtém o número máximo de bytes que o buffer pode conter.

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

Valor da propriedade

UInt32

unsigned int

uint32_t

O número máximo de bytes que o buffer pode conter.

Aplica-se a