StorageFile.OpenSequentialReadAsync 方法

定义

通过当前文件打开一个顺序访问流,用于读取文件内容。

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)

返回

此方法完成后,它将返回 IInputStream) 类型 (顺序访问流。

实现

属性

适用于

另请参阅