ConfigXmlDocument.CreateCDataSection(String) 方法

定义

创建 XML CData 节。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 override System::Xml::XmlCDataSection ^ CreateCDataSection(System::String ^ data);
public override System.Xml.XmlCDataSection CreateCDataSection (string data);
override this.CreateCDataSection : string -> System.Xml.XmlCDataSection
Public Overrides Function CreateCDataSection (data As String) As XmlCDataSection

参数

data
String

要使用的数据。

返回

XmlCDataSection 值。

适用于

另请参阅