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

Moves to the document node that owns this node.

[Visual Basic]
MustOverride Public Sub MoveToDocument()
[C#]
public abstract void MoveToDocument();
[C++]
public: virtual void MoveToDocument() = 0;
[JScript]
public abstract function MoveToDocument();

Remarks

All nodes belong to one and only one document; therefore, this method is guaranteed to succeed.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace