IRulesAppliedCollection::element Property
.png)
Gets the element that the current rules were inherited from.
Syntax
HRESULT IRulesAppliedCollection::get_element(IHTMLElement **p);
Parameters
- p
Address of a pointer to a variable of type IHTMLElement interface that receives the element.
Return Value
Returns S_OK if successful, or an error value otherwise.