Read()

XmlReader::Read() method

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

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

Return Value

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

See Also