IXmlCharacterData.InsertData(UInt32, String) 方法

定义

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

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

要插入现有字符串的数据。

适用于