Microsoft XML SDK 2.6 - XML Reference

IXMLDOMComment Interface

Represents the content of an XML comment.

This interface inherits from IXMLDOMCharacterData.

Methods

This interface has no unique methods of its own but exposes the inherited methods from the IXMLDOMCharacterData interface.

Remarks

The content refers to all characters between the starting <!-- and ending --> tags.

Requirements

Implementation: Msxml.dll

Header and IDL files: Msxml.h, Xmldom.idl

See Also

IXMLDOMElement Interface