طريقة System::Xml::XPath::XPathNavigator::MoveTo
XPathNavigator::MoveTo method
عند تجاوزها في فئة مشتقة، تنقل الـXPathNavigator إلى نفس الموقع مثل الـXPathNavigator المحدد.
virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++