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++