IHTMLMimeTypesCollection interface

This interface exists for compatibility with other browsers.

Members

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

  • Properties

Properties

The IHTMLMimeTypesCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Remarks

Use IOmNavigator::mimeTypes to retrieve an interface pointer for a mime-types 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