Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 705 Bytes

istoragefile_openasync_502008712.md

File metadata and controls

27 lines (19 loc) · 705 Bytes
-api-id -api-type
M:Windows.Storage.IStorageFile.OpenAsync(Windows.Storage.FileAccessMode)
winrt method

Windows.Storage.IStorageFile.OpenAsync

-description

Opens a random-access stream over the file.

-parameters

-param accessMode

The type of access to allow.

-returns

When this method completes, it returns the random-access stream (type IRandomAccessStream).

-remarks

-examples

-see-also

StorageFile.OpenAsync