Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 652 Bytes

ixmlcharacterdata_replacedata_1060591057.md

File metadata and controls

29 lines (20 loc) · 652 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData(System.UInt32,System.UInt32,System.String)
winrt method

Windows.Data.Xml.Dom.IXmlCharacterData.ReplaceData

-description

Replaces the specified number of characters with the supplied string.

-parameters

-param offset

The offset, in characters, at which to start replacing string data.

-param count

The number of characters to replace.

-param data

The new data that replaces the old string data.

-remarks

-examples

-see-also