This topic has not yet been rated - Rate this topic

WindowsRuntimeStorageExtensions Methods

.NET Framework 4.5

  NameDescription
Public method Static member OpenStreamForReadAsync(IStorageFile) Retrieves a stream for reading from a specified file.
Public method Static member OpenStreamForReadAsync(IStorageFolder, String) Retrieves a stream for reading from a file in the specified parent folder.
Public method Static member OpenStreamForWriteAsync(IStorageFile) Retrieves a stream for writing to a specified file.
Public method Static member OpenStreamForWriteAsync(IStorageFolder, String, CreationCollisionOption) Retrieves a stream for writing to a file in the specified parent folder.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.