Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 533 Bytes

xmlcdatasection_insertdata_1015561500.md

File metadata and controls

26 lines (18 loc) · 533 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlCDataSection.InsertData(System.UInt32,System.String)
winrt method

Windows.Data.Xml.Dom.XmlCDataSection.InsertData

-description

Inserts a string at the specified offset.

-parameters

-param offset

The offset, in characters, at which to insert the supplied string data.

-param data

The data to be inserted into the existing string.

-remarks

-examples

-see-also