共用方式為


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

要載入中繼緩衝區的位元組計數。

傳回

非同步作業。

屬性

適用於