IHTMLCommentElement3 interface

Extends the IHTMLCommentElement2 interface.

Members

The IHTMLCommentElement3 interface inherits from the IDispatch interface. IHTMLCommentElement3 also has these types of members:

  • Methods

Methods

The IHTMLCommentElement3 interface has these methods.

Method Description
deleteData

Removes a specified range of characters from the object.

insertData

Inserts a new character string in the object at a specified offset.

replaceData

Replaces a specified range of characters in the object with a new character string.

substringData

Extracts a range of characters from the object.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch