This collection is a dispinterface on a class List object intended to contain IHTTPEquiv dispinterfaces. When the parent object’s CDF string is assembled, the GetCDFString method is invoked on each interface to fetch the object's CDF string contribution.
Type
IList (VT_DISPATCH)
Contains
IHTTPEquiv (VT_DISPATCH)
Remarks
Objects can be added to this collection in one of two ways:
Example
‘ VBScript and Windows Scripting Host
Set IHttpequiv = CreateObject(“Push.HTTPEquiv”)
IObject.HTTPEquivs.Add IHttpequiv
or
IHTTPEquiv = IObject.AddHTTPEquiv "this","that"
See Also