System::Xml::XmlNode::get_OwnerDocument メソッド
XmlNode::get_OwnerDocument method
このノードが属する XmlDocument を返します。
virtual SharedPtr<XmlDocument> System::Xml::XmlNode::get_OwnerDocument()
ReturnValue
このノードが属する XmlDocument です。ノードが XmlDocument(NodeType が XmlNodeType::Document と等しい)場合、このメソッドは nullptr を返します。
参照
- Typedef SharedPtr
- Class XmlDocument
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Page for C++