Moves to the first child of the current node.
[Visual Basic] Overrides Public Function MoveToFirstChild() As Boolean [C#] public override bool MoveToFirstChild(); [C++] public: override bool MoveToFirstChild(); [JScript] public override function MoveToFirstChild() : Boolean;
true if there is a first child node; false if there are no child nodes.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace