System::Xml::XmlDocument::CreateComment método
XmlDocument::CreateComment method
Crea un XmlComment que contiene los datos especificados.
virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
| Parámetro | Tipo | Descripción |
|---|---|---|
| data | const String& | El contenido del nuevo XmlComment. |
ReturnValue
El nuevo XmlComment.
Ver también
- Typedef SharedPtr
- Class XmlComment
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++