XPathNavigator::MoveTo Method (XPathNavigator^)
.NET Framework (current version)
When overridden in a derived class, moves the XPathNavigator to the same position as the specified XPathNavigator.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- other
-
Type:
System.Xml.XPath::XPathNavigator^
The XPathNavigator positioned on the node that you want to move to.
Return Value
Type: System::BooleanReturns 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.
This method always returns true if the XPathNavigator specified is an XPathNavigator that shares the same implementation and points at the same document instance as the current XPathNavigator.
This method always returns false if the XPathNavigator specified is an XPathNavigator that has a different implementation than the current XPathNavigator.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: