The TraceTreeNode object provides information about the nodes in the tree model, including the type of activity represented by the node You use the TraceTreeNode object in conjunction with the TraceTree object.
The TraceTreeNode object has no events.
TraceTreeNode property |
Datatype |
Description |
---|---|---|
ActivityType |
TraceActivity (enumerated) |
A value of the enumerated datatype TraceActivity that identifies the activity represented by the node. Values are:
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
ParentNode |
TraceTreeNode |
The parent of this node. If the parent is a top-level node, that is, a node returned by the EntryList function, the value is an invalid object. |
TraceTreeNode function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Object (enumerated) |
Returns the type of the object. |