get_ChildNodes()
XmlNode::get_ChildNodes() method
Returns all the child nodes of the node.
virtual SharedPtr<XmlNodeList> System::Xml::XmlNode::get_ChildNodes()
Return Value
An object that contains all the child nodes of the node. If there are no child nodes, this method returns an empty XmlNodeList.
See Also
- Typedef SharedPtr
- Class XmlNodeList
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Slides