property Element.Children as Variant
Returns a safe array of child elements.

TypeDescription
Variant A Safe-Array of elements indicating the list of child elements. You can use the for-each statement to enumerate the child elements of specified node.
The Children property specifies the list of child elements. The VisibleChildren property specifies the list of visible child elements. Use the Parent property to change the element's parent. The AllowInsertChild property of the Element object specifies whether the element supports adding child elements at runtime. The AllowChangeParent property of the Element object specifies whether the element can change its parent at runtime. The ParentChangeElement event occurs when the element's parent is changed. 

The following screen shot shows the elements arranged as a tree: