共用方式為


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) 。

實作

屬性

適用於

另請參閱