Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
OnBootstrapEnd | Called after bootstrapping is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called. |
![]() |
OnBootstrapForDebuggingEnd | Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called. |
![]() |
OnBootstrapForDebuggingStart | Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart(). |
![]() |
OnBootstrapStart | Called before bootstrapping begins. Only fired if no-one cancelled deploy in QueryBootstrapStart() |
![]() |
QueryBootstrapForDebuggingStart | Called before bootstrapping for debugging begins. This event gives opportunity for components to stop the bootstrapping process. |
![]() |
QueryBootstrapStart | Called before bootstrapping begins. This event gives an opportunity for components to stop the bootstrapping process. |
Top
.gif)