ContextNodeType.Object Field

Represents the type of node for an object that is returned from an "object" custom recognizer.

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

Syntax

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

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

Remarks

An Object node cannot contain any child elements.

Object nodes are contained only by a CustomRecognizer node.

The Guid value for this ContextNodeType field is 9d81b680-534f-4fff-b9d0-ae3995ea3786.

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.ObjectNode

Other Resources

Object Recognizers