Méthode System::Xml::XPath::XPathNavigator::IsDescendant

XPathNavigator::IsDescendant method

Détermine si le XPathNavigator spécifié est un descendant du XPathNavigator actuel.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParamètreTypeDescription
navSharedPtr<XPathNavigator>Le XPathNavigator à comparer à ce XPathNavigator.

ReturnValue

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

Voir aussi