Moves to the specified child node of the current node (index 0 is the first child).
[Visual Basic] Overrides Public Function MoveToChild( _ ByVal i As Integer _ ) As Boolean [C#] public override bool MoveToChild( int i ); [C++] public: override bool MoveToChild( int i ); [JScript] public override function MoveToChild( i : int ) : Boolean;
true if the specified child node exists; false if the specified child node does not exist.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace