SolutionEvents.IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when there is a query about batch loading a project in the background.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch([Runtime::InteropServices::Out] bool % shouldDelayLoadToNextIdle) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnQueryBackgroundLoadProjectBatch;
int IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch (out bool shouldDelayLoadToNextIdle);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch : bool -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch : bool -> int
Function OnQueryBackgroundLoadProjectBatch (ByRef shouldDelayLoadToNextIdle As Boolean) As Integer Implements IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch
Parameters
- shouldDelayLoadToNextIdle
- Boolean
true
if the load operation should be delayed until the next idle period.
Returns
The HRESULT.