IVsSolutionLoadManager Interface
Visual Studio 2015
Controls the loading of projects in a solution. Extenders can use this interface to set the load priority of projects or types of projects.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnBeforeOpenProject(Guid, Guid, String, IVsSolutionLoadManagerSupport) | Fired before each project is opened. |
![]() | OnDisconnect() | Called when VSPROPID_ActiveSolutionLoadManager is cleared. |
For more information about this interface, see Managing Project Loading in a Solution.
Show:
