Moves to the first sibling of the current node.
[Visual Basic] Overrides Public Function MoveToFirst() As Boolean [C#] public override bool MoveToFirst(); [C++] public: override bool MoveToFirst(); [JScript] public override function MoveToFirst() : Boolean;
true if there is a first sibling node; false if there is no first sibling.
If you are positioned on an attribute, this method will do an implicit call to MoveToElement before processing this method. In other words, attribute navigation is orthogonal to tree navigation.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace