WindowConfigurations::Add Method (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.

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

WindowConfiguration^ Add(
	String^ Name
)

Parameters

Name
Type: System::String^

Required. A string representing the name of the new window configuration.

You can save your current window layout in the Visual Studio environment as a named window configuration. The Add method allows you to save this configuration for later recall by using the Apply method.

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