InkAnalyzer.RemoveDataForStrokes(IIterable<UInt32>) 方法

定义

从上次墨迹分析过程中删除指定墨迹笔划的所有节点。

public:
 virtual void RemoveDataForStrokes(IIterable<unsigned int> ^ strokeIds) = RemoveDataForStrokes;
void RemoveDataForStrokes(IIterable<uint32_t> const& strokeIds);
public void RemoveDataForStrokes(IEnumerable<uint> strokeIds);
function removeDataForStrokes(strokeIds)
Public Sub RemoveDataForStrokes (strokeIds As IEnumerable(Of UInteger))

参数

strokeIds

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

唯一墨迹笔划标识符的集合。

适用于