IDataReader.ReadBytes(Byte[]) Méthode
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.
Lit un tableau de valeurs d’octets à partir du flux d’entrée.
public:
void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())
Paramètres
- value
-
Byte[]
byte[]
Tableau de valeurs.