IInkStrokeContainer.LoadAsync(IInputStream) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式將所有InkStroke物件從指定的資料流程載入 InkStroke 集合,該集合是由InkStrokeContainer所管理。
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) 物件。
傳回
非同步作業的狀態為擷取的位元組數目。 如需詳細資訊,請參閱 ReadAsync 方法。
- 屬性