IInkAnalysisNode.GetStrokeIds 方法

定义

检索属于 IInkAnalysisNode 对象的所有节点的唯一标识符。

public:
 IVectorView<unsigned int> ^ GetStrokeIds();
IVectorView<uint32_t> GetStrokeIds();
public IReadOnlyList<uint> GetStrokeIds();
function getStrokeIds()
Public Function GetStrokeIds () As IReadOnlyList(Of UInteger)

返回

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView<unsigned int>

IVectorView<uint32_t>

类型:IVectorView
节点标识符的集合。

适用于