Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IRulesApplied object at index.
![]() |
Syntax
HRESULT retVal = object.item(index, ppRulesApplied);
Parameters
index [in]
Type: longValue that represents the index of the IRulesApplied.
ppRulesApplied [out, retval]
Type: IRulesAppliedThe IRulesApplied returned.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Rules are sorted by application where the lower the index, the more recently the rule was applied. An index of 0 usually represents the IRulesApplied object that is associated with the element itself.
.png)