Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1002 Bytes

storagefile_openasync_1542217918.md

File metadata and controls

30 lines (21 loc) · 1002 Bytes
-api-id -api-type
M:Windows.Storage.StorageFile.OpenAsync(Windows.Storage.FileAccessMode,Windows.Storage.StorageOpenOptions)
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.

-param options

A bitwise combination of the enumeration values that specify options for opening the stream.

-returns

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

-remarks

-examples

-see-also

OpenAsync(FileAccessMode)