XmlDocument.CreateTextNode(String) Method

Definition

Creates a text node that contains the supplied data.

public:
 virtual XmlText ^ CreateTextNode(Platform::String ^ data) = CreateTextNode;
XmlText CreateTextNode(winrt::hstring const& data);
public XmlText CreateTextNode(string data);
function createTextNode(data)
Public Function CreateTextNode (data As String) As XmlText

Parameters

data
String

Platform::String

winrt::hstring

The value to be supplied to the new text object's NodeValue.

Returns

The created text node.

Applies to