StorageFile.OpenSequentialReadAsync 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.
Opens a sequential-access stream over the current file for reading file contents.
public:
virtual IAsyncOperation<IInputStream ^> ^ OpenSequentialReadAsync() = OpenSequentialReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInputStream> OpenSequentialReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IInputStream> OpenSequentialReadAsync();
function openSequentialReadAsync()
Public Function OpenSequentialReadAsync () As IAsyncOperation(Of IInputStream)
Returns
When this method completes, it returns the sequential-access stream (type IInputStream).
Implements
- Attributes