Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.66 KB

icontextnodes.md

File metadata and controls

69 lines (42 loc) · 2.66 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Contains a collection of objects that implement the IContextNode interface and that are the result of an ink analysis operation.
2c4e9d84-243a-40e4-b3f9-5c4cafc5aac4
IContextNodes interface (IACom.h)
reference
05/31/2018
APIRef
kbSyntax
IContextNodes
COM
IACom.dll

IContextNodes interface

Contains a collection of objects that implement the IContextNode interface and that are the result of an ink analysis operation.

Members

The IContextNodes interface inherits from the IUnknown interface. IContextNodes also has these types of members:

Methods

The IContextNodes interface has these methods.

Method Description
AddContextNode Adds an IContextNode object to this collection.
GetContextNode Retrieves the IContextNode object at the specified index within this collection.
GetCount Retrieves the number of IContextNode objects contained in this collection.
RemoveContextNode Removes an IContextNode object from this collection.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IContextNode

Ink Analysis Reference