Метод System::Xml::XPath::XPathNavigator::MoveTo
XPathNavigator::MoveTo method
При переопределении в производном классе перемещает XPathNavigator в то же положение, что и указанный XPathNavigator.
virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
| Параметр | Тип | Описание |
|---|---|---|
| other | SharedPtr<XPathNavigator> | Объект XPathNavigator, расположенный на узле, к которому вы хотите переместиться. |
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.
См. также
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++