WindowConfiguration Interface

 

The WindowConfiguration object represents the layout and configuration of all windows in the Visual Studio environment.

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

[GuidAttribute("41D02413-8A67-4C28-A980-AD7539ED415D")]
public interface class WindowConfiguration

NameDescription
System_CAPS_pubpropertyCollection

Gets the collection containing the object supporting this property or contained within this code construct.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyName

Sets or gets the name of the object.

NameDescription
System_CAPS_pubmethodApply(Boolean)

Invokes a previously saved named window configuration.

System_CAPS_pubmethodDelete()

Removes the window configuration from the collection.

System_CAPS_pubmethodUpdate()

Updates the collection of windows or sets the object's window layout to the current window layout.

You can save your current window layout in the Visual Studio environment as a named window configuration. The WindowConfiguration object represents this configuration, which you can later recall by using the Apply method.

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