IDataReader.LoadAsync(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力ストリームからデータを読み込みます。
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
中間バッファーに読み込むバイト数。
戻り値
非同期操作。
- 属性