System::Xml::XmlDocument::CreateCDataSection méthode
XmlDocument::CreateCDataSection method
Crée un XmlCDataSection contenant les données spécifiées.
virtual SharedPtr<XmlCDataSection> System::Xml::XmlDocument::CreateCDataSection(const String &data)
| Paramètre | Type | Description |
|---|---|---|
| data | const String& | Le contenu du nouveau XmlCDataSection. |
ReturnValue
Le nouveau XmlCDataSection.
Voir aussi
- Typedef SharedPtr
- Class XmlCDataSection
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++