IContextLink interface

Represents a relationship between two IContextNode objects.

Members

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

Methods

The IContextLink interface has these methods.

Method Description
GetContextLinkDirection Retrieves the type of relationship this IContextLink represents.
GetDestinationNode Retrieves the IContextNode object that is the destination for this IContextLink.
GetSourceNode Retrieves the IContextNode object that is the source for this IContextLink.

Remarks

The following is an example of a relationship represented by an IContextLink object:

  • When an AnalysisHint node is used in ink analysis, the ink analysis operation creates an IContextLink object of type AnalysisHint between the analysis hint node and the node that contains writing within the area of the hint. The source node is the analysis hint node and the destination node is the node that contains writing.

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::GetContextLinks

IContextLinks

ContextLinkDirection

Context Node Types