Windows.Storage.StorageFile.OpenAsync

February 8, 2017 ยท View on GitHub

-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)