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
| Parametro | Tipo | Descrizione |
|---|---|---|
| other | SharedPtr<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
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++