Receives XML comments from either inside or outside the document element, including comments in the external document type definition (DTD) or schema subset.
Comments in the DTD must be properly nested inside startDTD
/endDTD
and startEntity
/endEntity
events (if used).
Sub comment(strChars As String)
If failed, the LexicalHandler
raises a trappable error.
XML comments use the familiar HTML comment notation.
<!-- comments go here. -->
HRESULT comment( [in] const wchar_t * pwchChars, [in] int cchChars);
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: ISAXLexicalHandler/IVBSAXLexicalHandler Interface