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)

Syntax

'Declaration
<GuidAttribute("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsAppContainerBootstrapperEvents
[GuidAttribute("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapperEvents
[GuidAttribute(L"B2B707D2-93B6-4569-A1F9-8E2E74A58F08")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsAppContainerBootstrapperEvents
[<GuidAttribute("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapperEvents =  interface end
public interface IVsAppContainerBootstrapperEvents

The IVsAppContainerBootstrapperEvents type exposes the following members.

Methods

  Name Description
Public method OnBootstrapEnd Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.
Public method OnBootstrapForDebuggingEnd Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.
Public method OnBootstrapForDebuggingStart Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().
Public method OnBootstrapStart Called before bootstrapping begins. Only fired if no-one cancelled deploy in QueryBootstrapStart()
Public method QueryBootstrapForDebuggingStart Called before bootstrapping for debugging begins. This event gives opportunity for components to stop the bootstrapping process.
Public method QueryBootstrapStart Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace