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
ノード識別子のコレクション。

適用対象