IHTMLCSSNamespaceRule interface

This interface represents an @namespace rule.

Members

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

  • Properties

Properties

The IHTMLCSSNamespaceRule interface has these properties.

Property Description

namespaceURI

Retrieves the namespace of the @namespace rule.

prefix

Retrieves the prefix of the @namespace rule or null if there is no prefix.

 

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