System::Xml::XmlDocument::CreateCDataSection メソッド
XmlDocument::CreateCDataSection method
指定されたデータを含む XmlCDataSection を作成します。
virtual SharedPtr<XmlCDataSection> System::Xml::XmlDocument::CreateCDataSection(const String &data)
| パラメーター | 型 | 説明 |
|---|---|---|
| data | const String& | 新しい XmlCDataSection の内容。 |
ReturnValue
新しい XmlCDataSection 。
参照
- Typedef SharedPtr
- Class XmlCDataSection
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++