IXmlCharacterData.InsertData(UInt32, String) Method

Definition

Inserts a string at the specified offset.

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)

Parameters

offset
UInt32

unsigned int

uint32_t

The offset, in characters, at which to insert the supplied string data.

data
String

Platform::String

winrt::hstring

The data to be inserted into the existing string.

Applies to