SolutionEvents.IVsSolutionLoadEvents.OnQueryBackgroundLoadProjectBatch Method

Definition

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.

Implements

Applies to