SpeechSynthesisStream.WriteAsync(IBuffer) Metodo

Definizione

Scrive i dati in modo asincrono in un flusso sequenziale.

public:
 virtual IAsyncOperationWithProgress<unsigned int, unsigned int> ^ WriteAsync(IBuffer ^ buffer) = WriteAsync;
IAsyncOperationWithProgress<uint32_t, uint32_t> WriteAsync(IBuffer const& buffer);
public IAsyncOperationWithProgress<uint,uint> WriteAsync(IBuffer buffer);
function writeAsync(buffer)
Public Function WriteAsync (buffer As IBuffer) As IAsyncOperationWithProgress(Of UInteger, UInteger)

Parametri

buffer
IBuffer

Buffer in cui l'operazione di scrittura asincrona inserisce i byte da scrivere.

Restituisce

IAsyncOperationWithProgress<UInt32,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<unsigned int,unsigned int>

IAsyncOperationWithProgress<uint32_t,uint32_t>

Operazione asincrona che include gli aggiornamenti dello stato di avanzamento. Per altre informazioni, vedere Metodo WriteAsync .

Implementazioni

Si applica a

Vedi anche