InkStrokeContainer.LoadAsync(IInputStream) 方法

定义

将所有 InkStroke 对象从指定的流异步加载到由 InkStrokeContainer 管理的 InkStroke 集合。

在加载新笔划之前, 将清除 InkStrokeContainer 中的所有现有笔划。

public:
 virtual IAsyncActionWithProgress<unsigned long long> ^ LoadAsync(IInputStream ^ inputStream) = LoadAsync;
/// [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

目标流。

返回

IAsyncActionWithProgress<UInt64>

Windows.Foundation.IAsyncActionWithProgress

IAsyncActionWithProgress<uint64_t>

异步操作的状态,即提取的字节数。 有关详细信息,请参阅 ReadAsync 方法。

实现

属性

适用于

另请参阅