IRandomAccessStreamReference.OpenReadAsync Methode

Definition

Öffnet einen Stream für den zufälligen Zugriff.

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)

Gibt zurück

Der asynchronen Vorgang.

Attribute

Gilt für:

Weitere Informationen