item
Property of css/cssom/pagescss/cssom/pages
Syntax
var result = element.item;
element.item = value;
Notes
Remarks
This function returns S_OK even if the element is not found. The programmer should check the value of the ppHTMLStyleSheetPage pointer returned by this call. If the value of the pointer is null, the element was not found and the call was not successful.
Syntax
Standards information
There are no standards that apply here.
Parameters
- index [in]
- Type: Integer ****Integer** that specifies the zero-based index of the object to retrieve.**
See also
Related pages
- pagespages
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]