XmlComment.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)

適用対象