NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.MoveToFirstChild

Moves to the first child of the current node.

[Visual Basic]
MustOverride Public Function MoveToFirstChild() As Boolean
[C#]
public abstract bool MoveToFirstChild();
[C++]
public: virtual bool MoveToFirstChild() = 0;
[JScript]
public abstract function MoveToFirstChild() : Boolean;

Return Value

true if there is a first child node; false if there are no child nodes.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace