System::Xml::XmlReader::ReadInnerXml 方法

XmlReader::ReadInnerXml method

在派生类中重写时,将所有内容(包括标记)读取为字符串。

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

ReturnValue

当前节点中的所有 XML 内容,包括标记。如果当前节点没有子节点,则返回空字符串。如果当前节点既不是元素也不是属性,则返回空字符串。

另见