System::Xml::XPath::XPathNavigator::IsDescendant Methode

XPathNavigator::IsDescendant method

Bestimmt, ob der angegebene XPathNavigator ein Nachkomme des aktuellen XPathNavigator ist.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParameterTypBeschreibung
navSharedPtr<XPathNavigator>Der XPathNavigator, der mit diesem XPathNavigator verglichen werden soll.

ReturnValue

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

Siehe auch