XmlDocument.CreateTextNode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.