WindowConfiguration::Apply Method (Boolean)
Visual Studio 2015
Invokes a previously saved named window configuration.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- FromCustomViews
-
Type:
System::Boolean
If this is true, the named view in the custom window configuration persistence is the search target. If this is false, then the installed, predefined persistence of window configurations is searched. The default is true.
You can save your current window layout in the Visual Studio environment as a named window configuration. Use the Item method of the WindowConfigurations collection to navigate to the desired configuration, and then use the Apply method to recall the configuration.
Show: