InkAnalysisRoot.GetStrokeIds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the unique identifiers of all nodes belonging to the InkAnalysisRoot object.
public:
virtual IVectorView<unsigned int> ^ GetStrokeIds() = GetStrokeIds;
IVectorView<uint32_t> GetStrokeIds();
public IReadOnlyList<uint> GetStrokeIds();
function getStrokeIds()
Public Function GetStrokeIds () As IReadOnlyList(Of UInteger)