Share via


IDataReader.LoadAsync(UInt32) メソッド

定義

入力ストリームからデータを読み込みます。

public:
 DataReaderLoadOperation ^ LoadAsync(unsigned int count);
/// [Windows.Foundation.Metadata.RemoteAsync]
DataReaderLoadOperation LoadAsync(uint32_t const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public DataReaderLoadOperation LoadAsync(uint count);
function loadAsync(count)
Public Function LoadAsync (count As UInteger) As DataReaderLoadOperation

パラメーター

count
UInt32

unsigned int

uint32_t

中間バッファーに読み込むバイト数。

戻り値

非同期操作。

属性

適用対象