System::Xml::XPath::XPathNavigator::IsDescendant मेथड
XPathNavigator::IsDescendant method
निर्धारित करता है कि निर्दिष्ट XPathNavigator वर्तमान XPathNavigator का वंशज है या नहीं।
virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| nav | SharedPtr<XPathNavigator> | इस XPathNavigator से तुलना करने के लिए XPathNavigator। |
ReturnValue
true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.
संबंधित देखें
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++