System::Xml::XmlElement::get_OwnerDocument method

XmlElement::get_OwnerDocument method

Returns the XmlDocument to which this node belongs.

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

ReturnValue

The XmlDocument to which this element belongs.

See Also