Retrieves the extenders that were specified in the component's ClassInfo.
public ExtenderInfo[] getExtenders()
public ExtenderInfo[] getExtenders( MemberAttribute[] attributes )
attributes
An array of MemberAttribute objects that specify which extenders should be retrieved.
Returns an array of ExtenderInfo objects. If no parameter was passed to getExtenders, all extenders specified in the component's ClassInfo are returned; otherwise, getExtenders returns only those extenders whose attributes satisfy the items in the attributes array. (An item in the attributes array is satisfied if it specifies an attribute in an extender's ExtenderInfo or represents the default attribute for that type if the attribute is not specified in the ExtenderInfo.)
See Also IClassInfo