G
Guest
am looking for a way, during design-time, to be able to access all
assemblies that were added as references to the currently selected project.
That would allow me, for instance, to open a control editor and populate a
list box with the names of all assemblies referenced by the project that the
control is part of.
I checked the available design-time services like ITypeResolutionService and
IReferenceService and none of them seem to be useful for that purpose.
So how I can do it?
Thanks,
Marcos
assemblies that were added as references to the currently selected project.
That would allow me, for instance, to open a control editor and populate a
list box with the names of all assemblies referenced by the project that the
control is part of.
I checked the available design-time services like ITypeResolutionService and
IReferenceService and none of them seem to be useful for that purpose.
So how I can do it?
Thanks,
Marcos