Condividi tramite


InkStrokeContainer.LoadAsync(IInputStream) Metodo

Definizione

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

Tutti i tratti esistenti in InkStrokeContainer vengono cancellati prima del caricamento dei nuovi tratti.

public:
 virtual IAsyncActionWithProgress<unsigned long long> ^ LoadAsync(IInputStream ^ inputStream) = LoadAsync;
/// [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

Il flusso di destinazione.

Restituisce

IAsyncActionWithProgress<UInt64>

Windows.Foundation.IAsyncActionWithProgress

IAsyncActionWithProgress<uint64_t>

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

Implementazioni

Attributi

Si applica a

Vedi anche