Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 625 Bytes

xmlcdatasection_splittext_1458849685.md

File metadata and controls

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

Windows.Data.Xml.Dom.XmlCDataSection.SplitText

-description

Splits this text node into two text nodes at the specified offset and inserts the new text node into the tree as a sibling that immediately follows this node.

-parameters

-param offset

The number of characters at which to split this text node into two nodes, starting from zero.

-returns

The new text node.

-remarks

-examples

-see-also