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.

-returns

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

-remarks

-examples

-see-also

OpenAsync(FileAccessMode, StorageOpenOptions)

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param accessMode
  4. 3-returns
  5. 4-remarks
  6. 5-examples
  7. 6-see-also