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

XPathNavigator::MoveTo method

Lorsqu’il est remplacé dans une classe dérivée, déplace le XPathNavigator à la même position que le XPathNavigator spécifié.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParamètreTypeDescription
otherSharedPtr<XPathNavigator>Le XPathNavigator positionné sur le nœud vers lequel vous souhaitez vous déplacer.

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.

Voir aussi