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

要插入現有字串的資料。

適用於