Edit

Share via


SpeechRecognitionStream.Write(Byte[], Int32, Int32) Method

Definition

Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. Not supported.

public:
 override void Write(cli::array <System::Byte> ^ buffer, int offset, int count);
public override void Write (byte[] buffer, int offset, int count);
override this.Write : byte[] * int * int -> unit
Public Overrides Sub Write (buffer As Byte(), offset As Integer, count As Integer)

Parameters

buffer
Byte[]

Not supported.

offset
Int32

Not supported.

count
Int32

Not supported.

Applies to