XPathNavigator::MoveToFirstChild Method ()
.NET Framework (current version)
When overridden in a derived class, moves the XPathNavigator to the first child node of the current node.
Assembly: System.Xml (in System.Xml.dll)
Return Value
Type: System::BooleanReturns 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.
Root and Element are the only two XPathNodeType values that can have children. This property always returns false for all other XPathNodeType node types.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: