Gets the collection of TocNode objects in the root node of the table of contents.

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

Property Value

An object containing the collection of nodes in the table of contents tree-view.

See Also

Toc Object | Toc Members | HelpProducer Namespace