Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkAnalysisRoot.FindNodes(InkAnalysisNodeKind) 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 collection of child nodes belonging to the InkAnalysisRoot object.

public:
 virtual IVectorView<IInkAnalysisNode ^> ^ FindNodes(InkAnalysisNodeKind nodeKind) = FindNodes;
IVectorView<IInkAnalysisNode> FindNodes(InkAnalysisNodeKind const& nodeKind);
public IReadOnlyList<IInkAnalysisNode> FindNodes(InkAnalysisNodeKind nodeKind);
function findNodes(nodeKind)
Public Function FindNodes (nodeKind As InkAnalysisNodeKind) As IReadOnlyList(Of IInkAnalysisNode)

Parameters

Returns

Applies to


Feedback

Was this page helpful?