IHTMLFiltersCollection interface

This interface provides the ability to access the collection of filters for the object.

Members

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

  • Properties

Properties

The IHTMLFiltersCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Remarks

This is a zero-based collection of filters that is exposed from the document object. The methods for this interface allow for obtaining the number of filters in the collection, enumerating over the collection, or requesting a single filter from the collection.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch