Condividi tramite


IInkStrokeContainer.LoadAsync(IInputStream) Metodo

Definizione

Carica in modo asincrono tutti gli oggetti InkStroke dal flusso specificato all'insieme InkStroke gestito da InkStrokeContainer.

public:
 IAsyncActionWithProgress<unsigned long long> ^ LoadAsync(IInputStream ^ inputStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<uint64_t> LoadAsync(IInputStream const& inputStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<ulong> LoadAsync(IInputStream inputStream);
function loadAsync(inputStream)
Public Function LoadAsync (inputStream As IInputStream) As IAsyncActionWithProgress(Of ULong)

Parametri

inputStream
IInputStream

Flusso che contiene la raccolta di tratti. È possibile specificare invece un oggetto IRandomAccessStream (richiede IOutputStream).

Restituisce

IAsyncActionWithProgress<UInt64>

Windows.Foundation.IAsyncActionWithProgress

IAsyncActionWithProgress<uint64_t>

Stato dell'operazione asincrona come numero di byte recuperati. Per altre informazioni, vedere Metodo ReadAsync .

Attributi

Si applica a

Vedi anche