IndexNode.Nodes Property |
Gets the child node collection of this node.
[VBScript] Public ReadOnly Property Nodes As IndexNodeCollection
[JScript] public function get Nodes() : IndexNodeCollection;
An IndexNodeCollection object that represent the child nodes of the current node.
IndexNode Object | IndexNode Members | HelpProducer Namespace