System::Xml::XPath::XPathNavigator::MoveTo metodo

XPathNavigator::MoveTo method

Quando sovrascritto in una classe derivata, sposta il XPathNavigator nella stessa posizione del XPathNavigator specificato.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParametroTipoDescrizione
otherSharedPtr<XPathNavigator>Il XPathNavigator posizionato sul nodo a cui vuoi spostarti.

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.

Vedi anche