Defines a callback interface for enumerating the extender properties of a component.
package com.ms.wfc.core
public interface IExtenders
This interface is used in implementations of the getExtenders method of IClassInfo. This method is passed an instance of IExtenders and is responsible for calling IExtenders.add to enumerate the extender properties of the associated component class.