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

XPathNavigator::MoveTo method

عند تجاوزها في فئة مشتقة، تنقل الـXPathNavigator إلى نفس الموقع مثل الـXPathNavigator المحدد.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTypeالوصف
otherSharedPtr<XPathNavigator>XPathNavigator الموضّح على العقدة التي تريد الانتقال إليها.

ReturnValue

true if the XPathNavigator is successful moving to the same position as the specified XPathNavigator; otherwise, false. If false, the position of the XPathNavigator is unchanged.

انظر أيضًا