XmlText.InsertData(UInt32, String) 方法

定义

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

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)

参数

offset
UInt32

unsigned int

uint32_t

该偏移量以字符为单位,在其中插入提供的字符串数据。

data
String

Platform::String

winrt::hstring

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

实现

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)

适用于