XmlText.SplitText(UInt32) Method

Definition

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.

public:
 virtual IXmlText ^ SplitText(unsigned int offset) = SplitText;
IXmlText SplitText(uint32_t const& offset);
public IXmlText SplitText(uint offset);
function splitText(offset)
Public Function SplitText (offset As UInteger) As IXmlText

Parameters

offset
UInt32

unsigned int

uint32_t

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

Returns

The new text node.

Implements

M:Windows.Data.Xml.Dom.IXmlText.SplitText(System.UInt32) M:Windows.Data.Xml.Dom.IXmlText.SplitText(unsigned int) M:Windows.Data.Xml.Dom.IXmlText.SplitText(uint32_t)

Applies to