System::Xml::XmlReader::Read method

XmlReader::Read method

When overridden in a derived class, reads the next node from the stream.

virtual bool System::Xml::XmlReader::Read()=0

ReturnValue

true if the next node was read successfully; otherwise, false.

See Also