StorageFile.OpenSequentialReadAsync Méthode

Définition

Ouvre un flux d’accès séquentiel sur le fichier actif pour lire le contenu du fichier.

public:
 virtual IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync() = OpenSequentialReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> OpenSequentialReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> OpenSequentialReadAsync();
function openSequentialReadAsync()
Public Function OpenSequentialReadAsync () As IAsyncOperation(Of IInputStream)

Retours

Une fois cette méthode terminée, elle retourne le flux d’accès séquentiel (type IInputStream).

Implémente

Attributs

S’applique à

Voir aussi