IVsToolWindowFactory Interface
Visual Studio 2015
Provides VSPackages the ability to create multiple tool windows.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CreateToolWindow(Guid, UInt32) | Enables the environment to create multiple on-demand tool windows that are implemented by VSPackages. |
If your VSPackage supports multi-instance tool windows, you must implement this interface.
Notes to Implementers:
Implemented by VSPackages that support multi-instance tool windows.
Notes to Callers:
Called by the environment when a user requests a new tool window.
Show:
