I have a VSPackage that is supposed to create tool windows dynamically. The current model I have registers a particular ToolWindowPane type to Package class using the ProvideToolWindow attribute.
That model does not allow us to create as many tool windows at run-time. How do I do that ?