XmlDocument.CreateCDataSection(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 CDATA section node that contains the supplied data.
public:
virtual XmlCDataSection ^ CreateCDataSection(Platform::String ^ data) = CreateCDataSection;
XmlCDataSection CreateCDataSection(winrt::hstring const& data);
public XmlCDataSection CreateCDataSection(string data);
function createCDataSection(data)
Public Function CreateCDataSection (data As String) As XmlCDataSection
Parameters
- data
-
String
Platform::String
winrt::hstring
The value to be supplied to the new CDATA section object's NodeValue property.
Returns
The newly created object.