System::Xml::XPath::XPathNavigator::MoveTo método

XPathNavigator::MoveTo method

Cuando se sobrescribe en una clase derivada, mueve el XPathNavigator a la misma posición que el XPathNavigator especificado.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParámetroTipoDescripción
otherSharedPtr<XPathNavigator>El XPathNavigator posicionado en el nodo al que desea moverse.

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.

Ver también