Partager via


IInkStrokeContainer.SaveAsync(IOutputStream) Méthode

Définition

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

public:
 IAsyncOperationWithProgress<unsigned int, unsigned int> ^ SaveAsync(IOutputStream ^ outputStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<uint32_t, uint32_t> SaveAsync(IOutputStream const& outputStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Overload("SaveAsync")]
IAsyncOperationWithProgress<uint32_t, uint32_t> SaveAsync(IOutputStream const& outputStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<uint,uint> SaveAsync(IOutputStream outputStream);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Overload("SaveAsync")]
public IAsyncOperationWithProgress<uint,uint> SaveAsync(IOutputStream outputStream);
function saveAsync(outputStream)
Public Function SaveAsync (outputStream As IOutputStream) As IAsyncOperationWithProgress(Of UInteger, UInteger)

Paramètres

outputStream
IOutputStream

Le flux de données cible. Un objet IRandomAccessStream (nécessite IOutputStream) peut être spécifié à la place.

Retours

IAsyncOperationWithProgress<UInt32,UInt32>

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

IAsyncOperationWithProgress<uint32_t,uint32_t>

La taille du flux enregistré et la status de l’opération asynchrone en tant que nombre d’octets envoyés. Pour plus d’informations, consultez Méthode WriteAsync .

Attributs

S’applique à

Voir aussi