System::Xml::XPath::XPathNavigator::IsDescendant मेथड

XPathNavigator::IsDescendant method

निर्धारित करता है कि निर्दिष्ट XPathNavigator वर्तमान XPathNavigator का वंशज है या नहीं।

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
पैरामीटरप्रकारविवरण
navSharedPtr<XPathNavigator>इस XPathNavigator से तुलना करने के लिए XPathNavigator

ReturnValue

true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.

संबंधित देखें