IHTMLStyleSheetRulesAppliedCollection interface

Provides access to a collection of IHTMLStyleSheetRulesAppliedCollection objects.

Members

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

  • Methods
  • Properties

Methods

The IHTMLStyleSheetRulesAppliedCollection interface has these methods.

Method Description
item

Gets the IRulesApplied object at index.

propertyAppliedBy

Returns the rule that has the highest specificity in the collection.

propertyAppliedTraceLength

Returns the number of rules in a trace that is applied to a property.

 

Properties

The IHTMLStyleSheetRulesAppliedCollection interface has these properties.

Property Description

length

Gets the number of items in the collection.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch