item method
Gets the IRulesApplied object at index.
![]() |
Syntax
HRESULT retVal = object.item(index, ppRulesApplied);
Parameters
- index [in]
-
Type: long
Value that represents the index of the IRulesApplied.
- ppRulesApplied [out, retval]
-
Type: IRulesApplied
The 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.
Show:
