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!

XmlReader.Read

Reads the next node from the stream.

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

Return Value

true if the next node was read successfully; false if there are no more nodes to read.

Remarks

When an XmlReader is first created and initialized, there is no information available. You must call Read to read the first node.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace