IsDescendant()

XPathNavigator::IsDescendant(SharedPtr<XPathNavigator>) method

Determines whether the specified XPathNavigator is a descendant of the current XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)

Arguments

ParameterTypeDescription
navSharedPtr<XPathNavigator>The XPathNavigator to compare to this XPathNavigator.

Return Value

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

See Also