HTTPEquivs Collection

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:

  1. Use the parent object’s AddHTTPEquiv method.

  2. Explicitly assign the object to the List object by using the Add method.

Example

‘ VBScript and Windows Scripting Host
Set IHttpequiv = CreateObject(“Push.HTTPEquiv”)
IObject.HTTPEquivs.Add IHttpequiv

or

IHTTPEquiv = IObject.AddHTTPEquiv "this","that"

See Also

Class HTTPEquiv


© 1997-1998 Microsoft Corporation. All rights reserved.