طريقة System::Xml::XmlNode::get_OwnerDocument

XmlNode::get_OwnerDocument method

تُرجع XmlDocument الذي ينتمي إليه هذا العقدة.

virtual SharedPtr<XmlDocument> System::Xml::XmlNode::get_OwnerDocument()

ReturnValue

الـ XmlDocument الذي ينتمي إليه هذا العقدة. إذا كان العقدة هي XmlDocument (NodeType يساوي XmlNodeType::Document)، تُعيد هذه الطريقة nullptr.

انظر أيضًا