Windows2 Interface
Visual Studio 2015
The Windows collection contains all windows in the environment.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | CreateLinkedWindowFrame(Window^, Window^, vsLinkedWindowType) | Creates a Window object and places two windows in it. |
![]() | CreateToolWindow(AddIn^, String^, String^, String^, Object^) | Creates a new tool window containing the specified Document object or ActiveX control. |
![]() | CreateToolWindow2(AddIn^, String^, String^, String^, String^, Object^) | Creates a new tool window and hosts a user-defined, .NET control in it. |
![]() | GetEnumerator() | Gets an enumeration for items in a collection. |
![]() | Item(Object^) | Returns an indexed member of a Windows collection. |
This example links together the Output Window, the Command Window, and Solution Explorer. It then manipulates the width and height of these linked windows, and it finally undocks them all from the linked window frame.
Show:

