Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 831 Bytes

storagefile_openasync_502008712.md

File metadata and controls

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

Windows.Storage.StorageFile.OpenAsync

-description

Opens a random-access stream with the specified options over the specified file.

-parameters

-param accessMode

One of the enumeration values that specifies the type of access to allow.

-returns

When this method completes, it returns an IRandomAccessStream that contains the requested random-access stream.

-remarks

-examples

-see-also

OpenAsync(FileAccessMode, StorageOpenOptions)