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

要加载到中间缓冲区的字节计数。

返回

异步操作。

属性

适用于