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.MoveToDocumentElement

Moves to the child element node of the owning document.

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

Return Value

true if the document that owns this node currently has a child element node.

false if the document that owns this node currently has no child element node.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace