IHTMLPluginsCollection interface
This interface provides access to a zero-based collection of all the embed elements in an HTML document. The elements are in the same order as they appear in the document.
Members
The IHTMLPluginsCollection interface inherits from the IDispatch interface. IHTMLPluginsCollection also has these types of members:
- Methods
- Properties
Methods
The IHTMLPluginsCollection interface has these methods.
Method | Description |
---|---|
refresh | Refreshes the content of the collection.
Note This behavior is not implemented in Windows apps using JavaScript.
|
Properties
The IHTMLPluginsCollection interface has these properties.
Property | Description |
---|---|
Sets or retrieves the number of objects in a collection. |
Remarks
Use the IOmNavigator::plugins property to retrieve an interface pointer of this type.
If duplicate names are found, a collection of those named items is returned. Collections of duplicate names must be referenced subsequently by ordinal position.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |