System::Xml::XmlDocument::CreateComment method

XmlDocument::CreateComment method

Creates an XmlComment containing the specified data.

virtual SharedPtr<XmlComment> System::Xml::XmlDocument::CreateComment(const String &data)
ParameterTypeDescription
dataconst String&The content of the new XmlComment.

ReturnValue

The new XmlComment.

See Also