Metodo System::Xml::XmlDocument::get_DocumentElement

XmlDocument::get_DocumentElement method

Restituisce l’XmlElement radice del documento.

SharedPtr<XmlElement> System::Xml::XmlDocument::get_DocumentElement()

ReturnValue

L’XmlElement che rappresenta la radice dell’albero del documento XML. Se non esiste alcuna radice, viene restituito nullptr.

Vedi anche