System::Xml::XPath::XPathNavigator::MoveTo method

XPathNavigator::MoveTo method

Όταν παρακάμπτεται σε μια παράγωγη κλάση, μετακινεί το XPathNavigator στην ίδια θέση με το καθορισμένο XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTypeΠεριγραφή
otherSharedPtr<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.

Δείτε επίσης