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ètre | Type | Description |
|---|---|---|
| other | SharedPtr<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
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++