Share via


item method

Gets the IRulesApplied object at index.

 

Syntax

HRESULT retVal = object.item(index, ppRulesApplied);

Parameters

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.