Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 718 Bytes

storagefile_opensequentialreadasync_1587758617.md

File metadata and controls

23 lines (16 loc) · 718 Bytes
-api-id -api-type
M:Windows.Storage.StorageFile.OpenSequentialReadAsync
winrt method

Windows.Storage.StorageFile.OpenSequentialReadAsync

-description

Opens a sequential-access stream over the current file for reading file contents.

-returns

When this method completes, it returns the sequential-access stream (type IInputStream).

-remarks

-examples

-see-also

Serializing and deserializing data sample (Windows 10)