System::Xml::XmlAttribute::get_OwnerDocument method

XmlAttribute::get_OwnerDocument method

Returns the XmlDocument to which this node belongs.

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

ReturnValue

An XML document to which this node belongs.

See Also