Share via


IInkAnalysisNode.GetStrokeIds Method

Definition

Retrieves the unique identifiers of all nodes belonging to the IInkAnalysisNode object.

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

Returns

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Type: IVectorView
The collection of node identifiers.

Applies to