IInputStreamReference.OpenSequentialReadAsync Methode

Definition

Öffnet einen Stream für den sequenziellen Lesezugriff.

public:
 IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> OpenSequentialReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> OpenSequentialReadAsync();
function openSequentialReadAsync()
Public Function OpenSequentialReadAsync () As IAsyncOperation(Of IInputStream)

Gibt zurück

Der asynchronen Vorgang.

Attribute

Gilt für:

Weitere Informationen