FileInformation.OpenReadAsync Méthode

Définition

Ouvre un flux en lecture seule à accès aléatoire sur storageFile.

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

Retours

Une fois cette méthode terminée, elle retourne un flux en lecture seule à accès aléatoire (type IRandomAccessStreamWithContentType).

Implémente

Attributs

S’applique à

Voir aussi