XmlDocument.OwnerDocument
XmlDocument.OwnerDocument
XmlDocument.OwnerDocument
XmlDocument.OwnerDocument
Property
Definition
Gets the XmlDocument to which the current node belongs.
public:
virtual property System::Xml::XmlDocument ^ OwnerDocument { System::Xml::XmlDocument ^ get(); };
public override System.Xml.XmlDocument OwnerDocument { get; }
member this.OwnerDocument : System.Xml.XmlDocument
Public Overrides ReadOnly Property OwnerDocument As XmlDocument
Property Value
For XmlDocument
nodes (NodeType equals XmlNodeType.Document), this property always returns null
.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...