SolutionEvents.IVsSolutionLoadEvents.OnAfterLoadProjectBatch(Boolean) Methode

Definition

Tritt ein, nachdem das Projekt in Batches geladen wurde.

 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

Parameter

fIsBackgroundIdleBatch
Boolean

true , wenn der Batch Ladevorgang im Hintergrund erfolgt.

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für