Partage via


InkStrokeContainer.LoadAsync(IInputStream) Méthode

Définition

Charge de manière asynchrone tous les objets InkStroke du flux spécifié dans la collection InkStroke gérée par InkStrokeContainer.

Tous les traits existants dans InkStrokeContainer sont effacés avant le chargement des nouveaux traits.

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)

Paramètres

inputStream
IInputStream

Le flux de données cible.

Retours

IAsyncActionWithProgress<UInt64>

Windows.Foundation.IAsyncActionWithProgress

IAsyncActionWithProgress<uint64_t>

Le status de l’opération asynchrone comme nombre d’octets extraits. Pour plus d’informations, consultez Méthode ReadAsync .

Implémente

Attributs

S’applique à

Voir aussi