System::Xml::XPath::XPathNavigator::MoveTo method
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++