SolutionEvents.IVsSolutionLoadEvents.OnAfterLoadProjectBatch(Boolean) Method

Definition

Occurs on/after the project is batch loaded.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnAfterLoadProjectBatch;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnAfterLoadProjectBatch;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnAfterLoadProjectBatch(bool fIsBackgroundIdleBatch);
int IVsSolutionLoadEvents.OnAfterLoadProjectBatch (bool fIsBackgroundIdleBatch);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnAfterLoadProjectBatch : bool -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnAfterLoadProjectBatch : bool -> int
Function OnAfterLoadProjectBatch (fIsBackgroundIdleBatch As Boolean) As Integer Implements IVsSolutionLoadEvents.OnAfterLoadProjectBatch

Parameters

fIsBackgroundIdleBatch
Boolean

true if the batch load is in the background.

Returns

The HRESULT.

Implements

Applies to