System::Xml::XPath::XPathNavigator::MoveToFirstChild-Methode

XPathNavigator::MoveToFirstChild method

Wenn sie in einer abgeleiteten Klasse überschrieben wird, bewegt sie den XPathNavigator zum ersten Kindknoten des aktuellen Knotens.

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.

Siehe auch