I have created a Visual Studio 2010 extension that includes a custom WPF user control library in the VSIX. I'm trying to get my user controls to communicate with my extension while in design mode. Is this possible? Do my controls have any access to the VS environment (currently open solution, etc.) or vice versa?
The question is a little vague, but if it's possible to have a user control that contains a label which displays the current VS solution name when dragged onto the WPF design surface, that would be the type of functionality I'm looking for.