IRandomAccessStreamReference.OpenReadAsync Metodo

Definizione

Apre un flusso per l'accesso casuale.

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

Restituisce

Operazione asincrona.

Attributi

Si applica a

Vedi anche