_DTE.WindowConfigurations Property
Visual Studio 2015
Gets the WindowConfigurations collection, representing all available window configurations.
Assembly: EnvDTE (in EnvDTE.dll)
Sub WindowConfigurationsExample() MsgBox(DTE.WindowConfigurations.ActiveConfigurationName) End Sub
Show: