BlobBuilder.TryWriteBytes(Stream, Int32) 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.
Tente d’écrire une séquence d’octets dans le générateur. Une valeur de retour indique le nombre d’octets écrits avec succès.
public:
int TryWriteBytes(System::IO::Stream ^ source, int byteCount);
public int TryWriteBytes (System.IO.Stream source, int byteCount);
member this.TryWriteBytes : System.IO.Stream * int -> int
Public Function TryWriteBytes (source As Stream, byteCount As Integer) As Integer
Paramètres
- source
- Stream
- byteCount
- Int32
Retours
Le nombre d’octets écrits avec succès à partir de source
.
Exceptions
source
a la valeur null
.
byteCount
est un nombre négatif.
Le générateur ne peut pas être écrit. Il a été lié à un autre générateur.