ConfigXmlDocument::CreateCDataSection Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an XML CData section.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
virtual XmlCDataSection^ CreateCDataSection(
	String^ data
) override

Parameters

data
Type: System::String^

The data to use.

Return Value

Type: System.Xml::XmlCDataSection^

The XmlCDataSection value.

.NET Framework
Available since 1.1
Return to top
Show: