The ITreeNavigator<(Of <(<'TNode>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetChild |
Returns a child node of a given tree node with a specified index.
| |
GetChildCount |
Returns the number of children of a given tree node.
| |
GetParent |
Retrieves the parent node for a given tree node.
|
Extension Methods
Name | Description | |
---|---|---|
EnumerateChildren<(Of <<'(TNode>)>>) |
Returns an enumeration with the child nodes of a given tree node.
(Defined by TreeNavigatorUtilities.) | |
FindRootNode<(Of <<'(TNode>)>>) |
Returns the root node for a given tree node.
(Defined by TreeNavigatorUtilities.) | |
Postorder<(Of <<'(TNode>)>>) |
Returns an enumeration with all nodes in a tree in post-order.
(Defined by TreeNavigatorUtilities.) | |
Preorder<(Of <<'(TNode>)>>) |
Returns an enumeration with all nodes in a tree in pre-order.
(Defined by TreeNavigatorUtilities.) |