Buffer.Length Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d’octets actuellement utilisés dans la mémoire tampon.
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 = buffer.length;
buffer.length = uInt32;
Public Property Length As UInteger
Valeur de propriété
Nombre d’octets actuellement utilisés dans la mémoire tampon, qui est inférieur ou égal à la capacité de la mémoire tampon.