IRulesAppliedCollection interface

Provides access to a collection of rules that have been applied to an element.

Members

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

  • Methods
  • Properties

Methods

The IRulesAppliedCollection interface has these methods.

Method Description
item

Gets the IRulesApplied object at index.

propertyInheritedFrom

Returns the rules associated with a property.

propertyInheritedTraceLength

Returns the number of rules that are applied to a property.

 

Properties

The IRulesAppliedCollection interface has these properties.

Property Description

element

Gets the element that the current rules were inherited from.

length

Gets the number of items in the collection.

propertyCount

Gets the number of properties applied to an element.

 

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