Opens a read-only, random-access stream over the StorageFile.
Syntax
fileInformation.openReadAsync().done( /* Your success and error handlers */ );
Parameters
This method has no parameters.
Return value
Type: IAsyncOperation<IRandomAccessStreamWithContentType>
When this method completes successfully, it returns a read-only, random-access stream (type IRandomAccessStreamWithContentType).
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- FileInformation
- Windows.Storage.StorageFile class
- Windows.Storage.Streams.IRandomAccessStreamWithContentType interface
Build date: 12/4/2012