Returns a collection containing all child ShellTreeNodes of this ShellTreeNode.
| C# | Visual Basic | Visual C++ |
public TreeNodeCollection Nodes { get; }
Public ReadOnly Property Nodes As TreeNodeCollection
public: property TreeNodeCollection^ Nodes { TreeNodeCollection^ get (); }