System::Xml::XmlNode::get_OwnerDocument yöntemi

XmlNode::get_OwnerDocument method

Bu düğümün ait olduğu XmlDocument döndürür.

virtual SharedPtr<XmlDocument> System::Xml::XmlNode::get_OwnerDocument()

ReturnValue

Bu düğümün ait olduğu XmlDocument. Düğüm bir XmlDocument ise (NodeType, XmlNodeType::Document eşitse), bu yöntem nullptr döndürür.

Ayrıca Bakınız