System::Xml::XPath::XPathNavigator::IsDescendant μέθοδος

XPathNavigator::IsDescendant method

Καθορίζει εάν το καθορισμένο XPathNavigator είναι απόγονος του τρέχοντος XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParameterTypeΠεριγραφή
navSharedPtr<XPathNavigator>Το XPathNavigator για σύγκριση με αυτό το XPathNavigator.

ReturnValue

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

Δείτε επίσης