IInputStreamReference.OpenSequentialReadAsync メソッド

定義

シーケンシャル読み取りアクセス用のストリームを開きます。

public:
 IAsyncOperation<IInputStream ^> ^ 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)

戻り値

非同期操作。

属性

適用対象

こちらもご覧ください