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

XPathNavigator::MoveTo method

Wenn sie in einer abgeleiteten Klasse überschrieben wird, bewegt sie den XPathNavigator an dieselbe Position wie den angegebenen XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTypBeschreibung
otherSharedPtr<XPathNavigator>Der XPathNavigator ist auf den Knoten positioniert, 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