System::Xml::XPath::XPathNavigator::MoveTo methode

XPathNavigator::MoveTo method

Wanneer overschreven in een afgeleide klasse, verplaatst het de XPathNavigator naar dezelfde positie als de opgegeven XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
ParameterTypeBeschrijving
otherSharedPtr<XPathNavigator>De XPathNavigator gepositioneerd op het knooppunt waarnaar u wilt verplaatsen.

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.

Zie ook