Gets all children of this node.
[Visual Basic] Overridable Public ReadOnly Property ChildNodes As XmlNodeList [C#] public XmlNodeList ChildNodes {virtual get;} [C++] public: __property virtual XmlNodeList* get_ChildNodes(); [JScript] public function get ChildNodes() : XmlNodeList;
A XmlNodeList that contains all children of this node.
If there are no children, this is an empty XmlNodeList.