Overview | Methods | This Package | All Packages
Specifies the extender properties of the component class.
Syntax
public void getExtenders( IExtenders extenders )
Parameters
extenders
An object implementing the IExtenders interface that is used to enumerate the extenders.
Remarks
The getExtenders method should call the add method of the extenders parameter to enumerate each extender property. For a sample implementation, see ClassInfo.getExtenders.