Metodo System::Xml::XmlDocument::get_DocumentElement
XmlDocument::get_DocumentElement method
Restituisce l’elemento radice XmlElement del documento.
SharedPtr<XmlElement> System::Xml::XmlDocument::get_DocumentElement()
ReturnValue
L’XmlElement che rappresenta la radice dell’albero del documento XML. Se non esiste una radice, viene restituito nullptr.
Vedi anche
- Typedef SharedPtr
- Class XmlElement
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++