IVsAppContainerBootstrapperEvents Interface

Definition

Represents bootstrapper events.

public interface class IVsAppContainerBootstrapperEvents
public interface class IVsAppContainerBootstrapperEvents
__interface IVsAppContainerBootstrapperEvents
[System.Runtime.InteropServices.Guid("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapperEvents
[<System.Runtime.InteropServices.Guid("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapperEvents = interface
Public Interface IVsAppContainerBootstrapperEvents
Attributes

Methods

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.

Applies to