Reads the Element or Attribute as a string, including markup. Increments the pointer.
This returns the raw contents of the file including the enclosing elements. It can be considered the equivalent of ReadElementString , but will also return raw XML tags.
An empty string will be returned if no content is available.
| 备注: The string is available until the next Host operation. If storing is required, a copy should be made at the earliest convenience. |
- 参数
-
[in] | in_this | Current reader instance of this interface. |
[out] | out_csXml | All the XML content, including markup and enclosing tags, of the current node. The buffer is owned by Authoring and is valid until the next API call. |
在文件 HostXml.h 第 349 行定义.
被这些函数引用 AK.Wwise::Plugin::V1::XmlReader::ReadOuterXml().