WindowConfiguration::Apply Method (Boolean)

 

Invokes a previously saved named window configuration.

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

void Apply(
	bool FromCustomViews = true
)

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.

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