طريقة 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.

انظر أيضًا