IInkStrokeContainer.LoadAsync(IInputStream) 方法

定义

将指定流中的所有 InkStroke 对象异步加载到 InkStrokeContainer 管理的 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 方法。

属性

适用于

另请参阅