SolutionEvents.OnAfterLoadProjectBatch Evento

Definição

Ocorre em/depois que o projeto é carregado em lote.

public:
 static event EventHandler<Microsoft::VisualStudio::Shell::Events::LoadProjectBatchEventArgs ^> ^ OnAfterLoadProjectBatch;
public static event EventHandler<Microsoft.VisualStudio.Shell.Events.LoadProjectBatchEventArgs> OnAfterLoadProjectBatch;
member this.OnAfterLoadProjectBatch : EventHandler<Microsoft.VisualStudio.Shell.Events.LoadProjectBatchEventArgs> 
Public Shared Custom Event OnAfterLoadProjectBatch As EventHandler(Of LoadProjectBatchEventArgs) 

Tipo de evento

EventHandler<LoadProjectBatchEventArgs>

Aplica-se a