Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the bootstrapper.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsAppContainerBootstrapper
[GuidAttribute("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper
[GuidAttribute(L"2C73AFC4-0E02-4A1E-9607-82B417EF00B2")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsAppContainerBootstrapper
[<GuidAttribute("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper =  interface end
public interface IVsAppContainerBootstrapper
The IVsAppContainerBootstrapper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AdviseAppContainerBootstrapperEvents | Subscribes to bootstrapper events. | 
| .gif) | BootstrapAsync | |
| .gif) | BootstrapForDebuggingAsync | Asynchronously bootstraps given target and established // debugger host for debugging the app represented by recipe. // bootstrapperOperation: | 
| .gif) | UnadviseAppContainerBootstrapperEvents | Unsubscribes from bootstrapper events. | 
Top