CreateComment()
XmlDocument::CreateComment(const String&) method
Creates an XmlComment containing the specified data.
virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
Arguments
Parameter | Type | Description |
---|---|---|
data | const String& | The content of the new XmlComment. |
Return Value
The new XmlComment.
See Also
- Typedef SharedPtr
- Class XmlComment
- Class String
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Slides