طريقة System::Xml::XPath::XPathNavigator::IsDescendant

XPathNavigator::IsDescendant method

تحدد ما إذا كان الـ XPathNavigator المحدد تابعًا للـ XPathNavigator الحالي.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
معاملنوعالوصف
navSharedPtr<XPathNavigator>الـ XPathNavigator للمقارنة مع هذا الـ XPathNavigator.

ReturnValue

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

انظر أيضًا