System::Xml::XmlDocument::get_OwnerDocument 方法

XmlDocument::get_OwnerDocument method

返回当前节点所属的 XmlDocument

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

ReturnValue

对于 XmlDocument 节点(XmlDocument::get_NodeType 等于 XmlNodeType::Document),此方法始终返回 nullptr

另见