IVsSolutionLoadEvents Members
Include Protected Members
Include Inherited Members
Implemented by clients interested in solution events. Subscribe to these events via AdviseSolutionEvents.
The IVsSolutionLoadEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnAfterBackgroundSolutionLoadComplete | Fired when the solution load process is fully complete, including all background loading of projects. |
![]() |
OnAfterLoadProjectBatch | Fired when the loading of a batch of dependent projects is complete. |
![]() |
OnBeforeBackgroundSolutionLoadBegins | Fired when background loading of projects is beginning again after the initial solution open operation has completed. |
![]() |
OnBeforeLoadProjectBatch | Fired when loading a batch of dependent projects as part of loading a solution in the background. |
![]() |
OnBeforeOpenSolution | Fired before a solution open begins. Extenders can activate a solution load manager by setting VSPROPID_ActiveSolutionLoadManager. |
![]() |
OnQueryBackgroundLoadProjectBatch | Fired before background loading a batch of projects. Normally a background batch loads a single pending project. This is a cancelable event. |
Top