System::Xml::XmlNode::get_ChildNodes method
XmlNode::get_ChildNodes method
Returns all the child nodes of the node.
virtual SharedPtr<XmlNodeList> System::Xml::XmlNode::get_ChildNodes()
ReturnValue
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.PDF for C++