IVsAppContainerBootstrapperEvents Interface
Represents bootstrapper events.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnBootstrapEnd(String, String, IVsAppContainerBootstrapperResult) | Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called. |
![]() | OnBootstrapForDebuggingEnd(String, String, String, IVsAppContainerBootstrapperResult) | Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called. |
![]() | OnBootstrapForDebuggingStart(String, String, String) | Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart(). |
![]() | OnBootstrapStart(String, String) | Called before bootstrapping begins. Only fired if no-one cancelled deploy in QueryBootstrapStart() |
![]() | QueryBootstrapForDebuggingStart(String, String, String, Boolean, String) | Called before bootstrapping for debugging begins. This event gives opportunity for components to stop the bootstrapping process. |
![]() | QueryBootstrapStart(String, String, Boolean, String) | Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process. |
