System::Xml::XPath::XPathNavigator::MoveToFirstChild metod

XPathNavigator::MoveToFirstChild method

När den åsidosätts i en avledd klass flyttas XPathNavigator till den första underordnade noden för den aktuella noden.

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

ReturnValue

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

Se även