get_OwnerDocument()

XmlAttribute::get_OwnerDocument() method

Returns the XmlDocument to which this node belongs.

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

Return Value

An XML document to which this node belongs.

See Also