System::Xml::XmlDocument::get_OwnerDocument metodo

XmlDocument::get_OwnerDocument method

Restituisce l’XmlDocument a cui appartiene il nodo corrente.

SharedPtr<XmlDocument> System::Xml::XmlDocument::get_OwnerDocument() override

ReturnValue

Per i nodi XmlDocument (XmlDocument::get_NodeType è uguale a XmlNodeType::Document), questo metodo restituisce sempre nullptr.

Vedi anche