WindowConfigurations Interface
The WindowConfigurations collection contains all named window configurations created for the environment.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveConfigurationName | Gets the name of the currently active window configuration. |
![]() | Count | Gets a value indicating the number of objects in the collection. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Parent | Gets the immediate parent object of a WindowConfigurations collection. |
| Name | Description | |
|---|---|---|
![]() | Add(String^) | Creates a new named window configuration based on the current arrangement of windows, adds it to the WindowConfigurations collection, and retains it for future recall. |
![]() | GetEnumerator() | Gets an enumeration for items in a collection. |
![]() | Item(Object^) | Returns an indexed member of a WindowConfigurations collection. |
You can save your current window layout in the Visual Studio environment as a named window configuration. The WindowConfigurations collection contains all such configurations.

