SolutionEvents.IVsSolutionLoadEvents.OnAfterBackgroundSolutionLoadComplete Method

Definition

Occurs on/after the solution is finished loading in the background.

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

Returns

The HRESULT.

Implements

Applies to