IVsAppContainerBootstrapper2 Interface

 

Represents the bootstrapper.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

[GuidAttribute("998E42FD-1646-4538-A519-9D4CA6B24740")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper2

NameDescription
System_CAPS_pubmethodAdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Subscribes to bootstrapper events.

System_CAPS_pubmethodBootstrapAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger)

Asynchronously bootstraps the given target

System_CAPS_pubmethodBootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe.

System_CAPS_pubmethodBootstrapForDiagnosticsAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger)

Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe.

System_CAPS_pubmethodUnadviseAppContainerBootstrapperEvents(UInt32)

Unsubscribes from bootstrapper events.

Introduced in Visual Studio 2013 Update 2.

Return to top
Show: