System::Xml::XmlReader::ReadContentAsString 方法

XmlReader::ReadContentAsString method

读取当前位置的文本内容,并将其作为一个 String 对象。

virtual String System::Xml::XmlReader::ReadContentAsString()

ReturnValue

文本内容作为一个 String 对象。

另见