IHTMLStyleSheetRulesAppliedCollection::length Property
.png)
Gets the number of items in the collection.
Syntax
HRESULT IHTMLStyleSheetRulesAppliedCollection::get_length(long *p);
Parameters
- p
Pointer to a variable of type long that receives the number of items in the collection.
Return Value
Returns S_OK if successful, or an error value otherwise.