Share via


IInkStrokeContainer.LoadAsync(IInputStream) メソッド

定義

指定したストリームから 、InkStrokeContainer によって管理されている InkStroke コレクションにすべての InkStroke オブジェクトを非同期的に読み込みます。

public:
 IAsyncActionWithProgress<unsigned long long> ^ LoadAsync(IInputStream ^ inputStream);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<uint64_t> LoadAsync(IInputStream const& inputStream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<ulong> LoadAsync(IInputStream inputStream);
function loadAsync(inputStream)
Public Function LoadAsync (inputStream As IInputStream) As IAsyncActionWithProgress(Of ULong)

パラメーター

inputStream
IInputStream

ストローク コレクションを含むストリーム。 代わりに 、IRandomAccessStream ( IOutputStream が必要) オブジェクトを指定できます。

戻り値

IAsyncActionWithProgress<UInt64>

Windows.Foundation.IAsyncActionWithProgress

IAsyncActionWithProgress<uint64_t>

フェッチされたバイト数としての非同期操作の状態。 詳細については、「 ReadAsync メソッド」を参照してください。

属性

適用対象

こちらもご覧ください