System::Xml::XmlDocument::get_OwnerDocument yöntemi

XmlDocument::get_OwnerDocument method

Geçerli düğümün ait olduğu XmlDocument döndürür.

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

ReturnValue

Bu yöntem, XmlDocument düğümleri için (XmlDocument::get_NodeType eşittir XmlNodeType::Document), her zaman nullptr döndürür.

Ayrıca Bakınız