IVsAppContainerBootstrapper2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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, array<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, array<String^>^, IVsAppContainerBootstrapperLogger^) | Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe. |
![]() | UnadviseAppContainerBootstrapperEvents(UInt32) | Unsubscribes from bootstrapper events. |
Show:
