IVsAppContainerBootstrapper2 Interface
Visual Studio 2015
Represents the bootstrapper.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents) | Subscribes to bootstrapper events. |
![]() | BootstrapAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger) | Asynchronously bootstraps the given target |
![]() | BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger) | Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe. |
![]() | BootstrapForDiagnosticsAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger) | Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe. |
![]() | UnadviseAppContainerBootstrapperEvents(UInt32) | Unsubscribes from bootstrapper events. |
Introduced in Visual Studio 2013 Update 2.
Show:
