Share via


StorageFile.OpenReadAsync Metodo

Definizione

Apre un flusso ad accesso casuale sul file corrente per la lettura del contenuto del file.

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)

Restituisce

Al termine di questo metodo, restituisce il flusso ad accesso casuale (tipo IRandomAccessStreamWithContentType).

Implementazioni

Attributi

Si applica a