次の方法で共有


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

既存の文字列に挿入するデータ。

適用対象