Gets the child node collection of this node.

[VBScript]
Public ReadOnly Property Nodes As IndexNodeCollection
[JScript]
public function get Nodes() : IndexNodeCollection;

Property Value

An IndexNodeCollection object that represent the child nodes of the current node.

See Also

IndexNode Object | IndexNode Members | HelpProducer Namespace