CommentTag Event
See Also Example Applies To
Fired when a comment tag is found in the XML document.
Syntax
Private Sub object_CommentTag (Comment , StartPosition)
| Part |
Description |
| object |
An object expression that evaluates to an XMLSAXParser object. |
| Comment |
Required. A string with the contents of the comment tag excluding the "<!--" and "-->". |
| StartPosition |
Required. A long integer with the start position in bytes of the comment tag in the XML document. |
|