IXmlNode.OwnerDocument 属性

定义

返回包含该节点的文档的根。

public:
 property XmlDocument ^ OwnerDocument { XmlDocument ^ get(); };
XmlDocument OwnerDocument();
public XmlDocument OwnerDocument { get; }
var xmlDocument = iXmlNode.ownerDocument;
Public ReadOnly Property OwnerDocument As XmlDocument

属性值

表示文档根的父文档。

适用于