IXmlCharacterData.InsertData(UInt32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定的偏移量处插入字符串。
public:
void InsertData(unsigned int offset, Platform::String ^ data);
void InsertData(uint32_t const& offset, winrt::hstring const& data);
public void InsertData(uint offset, string data);
function insertData(offset, data)
Public Sub InsertData (offset As UInteger, data As String)
参数
- offset
-
UInt32
unsigned int
uint32_t
该偏移量以字符为单位,在其中插入提供的字符串数据。
- data
-
String
Platform::String
winrt::hstring
要插入现有字符串的数据。