SolutionEvents.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins Method

Definition

Occurs on/before beginning a background solution load.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins() = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeBackgroundSolutionLoadBegins;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins() = Microsoft::VisualStudio::Shell::Interop::IVsSolutionLoadEvents::OnBeforeBackgroundSolutionLoadBegins;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins();
int IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins ();
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins : unit -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins : unit -> int
Function OnBeforeBackgroundSolutionLoadBegins () As Integer Implements IVsSolutionLoadEvents.OnBeforeBackgroundSolutionLoadBegins

Returns

The HRESULT.

Implements

Applies to