System::Xml::XPath::XPathNavigator::IsDescendant metod

XPathNavigator::IsDescendant method

Avgör om den angivna XPathNavigator är en ättling till den aktuella XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParameterTypeBeskrivning
navSharedPtr<XPathNavigator>XPathNavigator att jämföra med denna XPathNavigator.

ReturnValue

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

Se även