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!

XmlTextReader.Read

Reads the next node from the stream.

[Visual Basic]
Overrides Public Function Read() As Boolean
[C#]
public override bool Read();
[C++]
public: override bool Read();
[JScript]
public override 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

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace