WindowConfigurations Interface

 

The WindowConfigurations collection contains all named window configurations created for the environment.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

[GuidAttribute("E577442A-98E1-46C5-BD2E-D25807EC81CE")]
public interface class WindowConfigurations : IEnumerable

NameDescription
System_CAPS_pubpropertyActiveConfigurationName

Gets the name of the currently active window configuration.

System_CAPS_pubpropertyCount

Gets a value indicating the number of objects in the collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a WindowConfigurations collection.

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

System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(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.

No code example is currently available or this language may not be supported.
Return to top
Show: