System::Xml::XmlCharacterData::InsertData 方法

XmlCharacterData::InsertData method

在指定的字符偏移处插入指定的字符串。

virtual void System::Xml::XmlCharacterData::InsertData(int32_t offset, String strData)
参数类型描述
offsetint32_t在字符串中插入提供的字符串数据的位置。
strDataString要插入到现有字符串中的字符串数据。

另见