FileInformation.OpenSequentialReadAsync Método

Definição

Abre um fluxo de acesso sequencial somente leitura no StorageFile.

public:
 virtual IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync() = 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)

Retornos

Quando esse método for concluído com êxito, ele retornará um fluxo de acesso sequencial somente leitura (tipo IInputStream).

Implementações

Atributos

Aplica-se a

Confira também