System::Xml::XPath::XPathNavigator::MoveTo Methode

XPathNavigator::MoveTo method

Wenn in einer abgeleiteten Klasse überschrieben, bewegt sie den XPathNavigator in die gleiche Position wie den angegebenen XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTypBeschreibung
otherSharedPtr<XPathNavigator>Der XPathNavigator, der auf den Knoten positioniert ist, zu dem Sie wechseln möchten.

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.

Siehe auch