SolutionEvents.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch(Boolean) 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 on/before the project is batch loaded.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch(bool fIsBackgroundIdleBatch) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeLoadProjectBatch;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch(bool fIsBackgroundIdleBatch) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeLoadProjectBatch;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch(bool fIsBackgroundIdleBatch);
int IVsSolutionLoadEvents.OnBeforeLoadProjectBatch (bool fIsBackgroundIdleBatch);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch : bool -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeLoadProjectBatch : bool -> int
Function OnBeforeLoadProjectBatch (fIsBackgroundIdleBatch As Boolean) As Integer Implements IVsSolutionLoadEvents.OnBeforeLoadProjectBatch
Parameters
- fIsBackgroundIdleBatch
- Boolean
true
if the project is loaded in the background.
Returns
The HRESULT.