Hello, I am currently trying to develop a simple plugin for visual studio 2008 using c#.
I feel kind of stupid to ask, but after searching the doc for a few hours I can't find a way for a really simple task: Assume this open solution. I simply want a list of the documents open in the TABs on the right. I tried something, see below...
This approach is not working:
And the result is rather strange:
Any tips on how to list the active documents?
Thanks,
Chris