IVsSolutionLoadEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodOnAfterBackgroundSolutionLoadComplete()

Fired when the solution load process is fully complete, including all background loading of projects.

System_CAPS_pubmethodOnAfterLoadProjectBatch(Boolean)

Fired when the loading of a batch of dependent projects is complete.

System_CAPS_pubmethodOnBeforeBackgroundSolutionLoadBegins()

Fired when background loading of projects is beginning again after the initial solution open operation has completed.

System_CAPS_pubmethodOnBeforeLoadProjectBatch(Boolean)

Fired when loading a batch of dependent projects as part of loading a solution in the background.

System_CAPS_pubmethodOnBeforeOpenSolution(String^)

Fired before a solution open begins. Extenders can activate a solution load manager by setting VSPROPID_ActiveSolutionLoadManager.

System_CAPS_pubmethodOnQueryBackgroundLoadProjectBatch(Boolean)

Fired before background loading a batch of projects. Normally a background batch loads a single pending project. This is a cancelable event.

Return to top
Show: