Specifies the extender properties of the component class.
public void getExtenders( IExtenders extenders )
extenders
An object implementing the IExtenders interface that is used to enumerate the extenders.
The getExtenders method should call the add method of the extenders parameter to enumerate each extender property. For a sample implementation, see ClassInfo.getExtenders.