Condividi tramite


IBuffer.Length Proprietà

Definizione

Ottiene il numero di byte attualmente in uso nel buffer.

public:
 property unsigned int Length { unsigned int get(); void set(unsigned int value); };
uint32_t Length();

void Length(uint32_t value);
public uint Length { get; set; }
var uInt32 = iBuffer.length;
iBuffer.length = uInt32;
Public Property Length As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero di byte attualmente in uso nel buffer minore o uguale alla capacità del buffer.

Si applica a