System::Xml::XmlValidatingReader::Read method

XmlValidatingReader::Read method

Reads the next node from the stream.

bool System::Xml::XmlValidatingReader::Read() override

ReturnValue

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

See Also