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

XPathNavigator::MoveTo method

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

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
معاملنوعالوصف
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.

انظر أيضًا