IVsToolWindowFactory Interface

 

Provides VSPackages the ability to create multiple tool windows.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("A7A1C907-C3D2-4ACB-9114-4EE23B6FCF7E")]
public interface IVsToolWindowFactory

NameDescription
System_CAPS_pubmethodCreateToolWindow(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.

Return to top
Show: