Creates and adds a comment before the given node. If root node, or null, the comment node is Appended to the tree.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As XmlHelper
Dim insertAfterThisNode As XmlNode
Dim sVal As String
Dim value As XmlNode
value = instance.CreateComment(insertAfterThisNode, sVal) |
Parameters
- insertAfterThisNode
- sVal
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also