IVsAppContainerBootstrapperEvents Interface

 

Represents bootstrapper events.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[GuidAttribute("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapperEvents

NameDescription
System_CAPS_pubmethodOnBootstrapEnd(String, String, IVsAppContainerBootstrapperResult)

Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.

System_CAPS_pubmethodOnBootstrapForDebuggingEnd(String, String, String, IVsAppContainerBootstrapperResult)

Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.

System_CAPS_pubmethodOnBootstrapForDebuggingStart(String, String, String)

Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().

System_CAPS_pubmethodOnBootstrapStart(String, String)

Called before bootstrapping begins. Only fired if no-one cancelled deploy in QueryBootstrapStart()

System_CAPS_pubmethodQueryBootstrapForDebuggingStart(String, String, String, Boolean, String)

Called before bootstrapping for debugging begins. This event gives opportunity for components to stop the bootstrapping process.

System_CAPS_pubmethodQueryBootstrapStart(String, String, Boolean, String)

Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process.

Return to top
Show: