XmlCDataSection.InsertData(UInt32, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的位移處插入字串。
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)