Click or drag to resize
TaskNode Properties

The TaskNode type exposes the following members.

Properties
  NameDescription
Public propertyDepth
Depth inside tree.
Public propertyIndex
Index among siblings.
Public propertyNextSiblingTask
Returns the next sibling.
Public propertyParent
Parent node.
Public propertyParentTask
Returns the parent task.
Public propertyPreviousSiblingTask
Returns the previous sibling.
Public propertyTask
Task in this node.
Public propertyTreeId
Creates a tree id out of the depth and index of the node. For each level 4 bits are reserved, so there should be a maximum of 16 children. The maximum depth is 8 on 32bit and 16 on 64bit.
Top
See Also