Метод 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.

См. также