BlobBuilder.TryWriteBytes(Stream, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將位元組序列寫入至建立器。 表示成功寫入之位元組數目的傳回值。
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
參數
- source
- Stream
- byteCount
- Int32
傳回
從 source
成功寫入的位元組數目。
例外狀況
source
為 null
。
byteCount
為負。
建立器是不可寫入的;它已與另一個連結。