IVsAppContainerBootstrapper Interface

 

Represents the bootstrapper.

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

[GuidAttribute("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper

NameDescription
System_CAPS_pubmethodAdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Subscribes to bootstrapper events.

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

System_CAPS_pubmethodBootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

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

System_CAPS_pubmethodUnadviseAppContainerBootstrapperEvents(UInt32)

Unsubscribes from bootstrapper events.

Return to top
Show: