System::Xml::XPath::XPathNavigator::MoveToParent méthode

XPathNavigator::MoveToParent method

Lorsqu’elle est remplacée dans une classe dérivée, déplace le XPathNavigator vers le nœud parent du nœud actuel.

virtual bool System::Xml::XPath::XPathNavigator::MoveToParent()=0

ReturnValue

true if the XPathNavigator is successful moving to the parent node of the current node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Voir aussi