IInputStreamReference.OpenSequentialReadAsync Metodo

Definizione

Apre un flusso per l'accesso in lettura sequenziale.

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)

Restituisce

Operazione asincrona.

Attributi

Si applica a

Vedi anche