Hi, There
I used a few IExtenderProvider objects to provide properties to other
components as extemdee. At the extendee side, I'd like to filter the
properties by their "provider". I checked the PropertyDescriptor
class, nothing found related the provider information.
Anybody could help?
Thanks a lot
Jane
WALDO - 02 Jul 2004 02:07 GMT
You could try determining whether or not to extend from the CanExtend
function of the class being extended FROM (not the extendee). You
could derive your information from the extendee there.
> Hi, There
>
[quoted text clipped - 8 lines]
>
> Jane