RandomAccessStreamReference.CreateFromFile(IStorageFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a random access stream around a file.
public:
static RandomAccessStreamReference ^ CreateFromFile(IStorageFile ^ file);
static RandomAccessStreamReference CreateFromFile(IStorageFile const& file);
public static RandomAccessStreamReference CreateFromFile(IStorageFile file);
function createFromFile(file)
Public Shared Function CreateFromFile (file As IStorageFile) As RandomAccessStreamReference
Parameters
- file
- IStorageFile
The file to create a stream around.
Returns
The stream that encapsulates file.