StorageFile.OpenReadAsync Methode

Definition

Öffnet einen Datenstrom mit zufälligem Zugriff über die aktuelle Datei zum Lesen von Dateiinhalten.

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)

Gibt zurück

Nach Abschluss dieser Methode wird der Zufällige Zugriffsdatenstrom (Typ IRandomAccessStreamWithContentType) zurückgegeben.

Implementiert

Attribute

Gilt für: