FileInformation.OpenSequentialReadAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ouvre un flux d’accès séquentiel en lecture seule sur storageFile.
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
Lorsque cette méthode se termine correctement, elle retourne un flux d’accès séquentiel en lecture seule (type IInputStream).
Implémente
- Attributs