System::Xml::XPath::XPathNavigator::MoveTo methode
XPathNavigator::MoveTo method
Wanneer overschreven in een afgeleide klasse, verplaatst het de XPathNavigator naar dezelfde positie als de opgegeven XPathNavigator.
virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| other | SharedPtr<XPathNavigator> | De XPathNavigator gepositioneerd op het knooppunt waarnaar u wilt verplaatsen. |
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.
Zie ook
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++