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)

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
Public method AdviseAppContainerBootstrapperEvents Subscribes to bootstrapper events.
Public method BootstrapAsync
Public method BootstrapForDebuggingAsync Asynchronously bootstraps given target and established // debugger host for debugging the app represented by recipe. // bootstrapperOperation:
Public method UnadviseAppContainerBootstrapperEvents Unsubscribes from bootstrapper events.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace