Share via


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 值。

適用於

另請參閱