IHTMLStyleSheetRuleApplied interface

Provides methods to get the specificity of a rule that is applied to an element.

Members

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

  • Methods
  • Properties

Methods

The IHTMLStyleSheetRuleApplied interface has these methods.

Method Description
msGetSpecificity

Gets the specificity of the rule as a single value.

 

Properties

The IHTMLStyleSheetRuleApplied interface has these properties.

Property Description

msSpecificity

Gets the specificity of the rule as a single value.

 

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