How can I access the DTE (solution components) at design time?
I am designing couple of controls, these controls are using (Designers) and property (Converters) that works at design time in Visual Studio.NET
Today I was trying to access the solution files in Visual Studio.NET from a property converter, the converter itself is working fine with the demo data, but I need the converter to get a list of all files that are stored in the active solution.
It seams a simple task if I was writing an Add-in, but it looks complicated when trying to do the same from the control it self.
I can simplify the question as the following:
- Is there is a way to access the development environment DTE at design time?, and how can I make a link to the DEVENV.
- Do you know any other way that I can use to get a list of the files in the opened solution?
Thank you very much

