XmlDocument.CreateComment Method
| Explanation | Create a Comment node. Not supported in Mobile, AI | |
| Call format | var comment = xmldoc.CreateComment( data ) | |
| Return value | XmlComment object | |
| Arguments | String data | Character string that be the initial value of the Comment node |
| Exception | None | |
| Example of use | | |
| Related item | XmlComment class | |