XmlText.InsertData(UInt32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)