ContextNodeType.Object Field

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

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.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 var Object : Guid

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 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNodeType Class

ContextNodeType Members

Microsoft.Ink Namespace

Microsoft.Ink.ObjectNode

Other Resources

Object Recognizers