System::Xml::XmlDocument::get_OwnerDocument メソッド

XmlDocument::get_OwnerDocument method

現在のノードが属する XmlDocument を返します。

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

ReturnValue

XmlDocument ノードの場合(XmlDocument::get_NodeTypeXmlNodeType::Document と等しい場合)、このメソッドは常に nullptr を返します。

参照