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.