Condividi tramite


FileInformation.OpenReadAsync Metodo

Definizione

Apre un flusso di accesso casuale di sola lettura su 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)

Restituisce

Al termine di questo metodo, restituisce un flusso di accesso casuale di sola lettura (tipo IRandomAccessStreamWithContentType).

Implementazioni

Attributi

Si applica a

Vedi anche