XmlText.InsertData(UInt32, String) Method

Definition

Inserts a string at the specified offset.

public:
 virtual void InsertData(unsigned int offset, Platform::String ^ data) = InsertData;
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.

Implements

M:Windows.Data.Xml.Dom.IXmlCharacterData.InsertData(System.UInt32,System.String) M:Windows.Data.Xml.Dom.IXmlCharacterData.InsertData(unsigned int,Platform::String) M:Windows.Data.Xml.Dom.IXmlCharacterData.InsertData(uint32_t,winrt::hstring)

Applies to