This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

item

Property of css/cssom/rulescss/cssom/rules

Syntax

var result = element.item;
element.item = value;

Notes

Remarks

This function returns an S_OK even if the element is not found. The programmer should check the value of the ppHTMLStyleSheetRule pointer returned by this call. If the value of the pointer is NULL, the element was not found and the call was not successful.

Parameters

index [in]
Type: Integer ****Integer** that specifies the zero-based index of the object to retrieve.**

See also

Related pages

Attributions