System::Xml::XmlTextReader::Read 方法

XmlTextReader::Read method

从流中读取下一个节点。

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

ReturnValue

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

另见