0

I'm using MEF to write a Visual Studio extension using Visual Studio 2012 Pro. I would like to access the Microsoft.VisualStudio.TextManager.Interop.VsDropdownBarClass instance for the current window's dropdown bar.

Is this possible with Visual Studio extensions? The few dropdown bar examples I've found all deal with creating dropdown bars as part of a new language service rather than accessing a window's existing dropdown bar.

C. Dragon 76
  • 9,882
  • 9
  • 34
  • 41
  • What are you really trying to do? – Jason Malinowski May 14 '14 at 00:22
  • I want to display the same information (the types and members defined in the current file being edited) with a different UI. In an MVC sense, I want access to the dropdown bar's "model" so I can present it with a different "view." – C. Dragon 76 May 14 '14 at 01:31

0 Answers0