ContextNodeType.CustomRecognizer Field

Represents the type of node used for a single recognition operation.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Shared ReadOnly CustomRecognizer As Guid
'Usage
Dim value As Guid

value = ContextNodeType.CustomRecognizer
public static readonly Guid CustomRecognizer
public:
static initonly Guid CustomRecognizer
public static final Guid CustomRecognizer
public static final var CustomRecognizer : Guid
Not applicable.

Remarks

All strokes and nodes that are under a CustomRecognizer node are recognized by an independent recognition operation and are not analyzed by the InkAnalyzer.

A CustomRecognizer node can contain any type of node except Root.

A CustomRecognizer node must be the direct child of the Root node. It can also be a child node of any other node type if the tree (or branch) has a CustomRecognizer node as the direct child of the Root node.

The Guid value for this ContextNodeType field is 8a269227-2bd1-4281-ab62-79fa2418a5ac.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNodeType Class
ContextNodeType Members
System.Windows.Ink Namespace
System.Windows.Ink.CustomRecognizerNode