IVsAppContainerBootstrapper Interface

Definição

Representa o bootstrapper.

public interface class IVsAppContainerBootstrapper
public interface class IVsAppContainerBootstrapper
__interface IVsAppContainerBootstrapper
[System.Runtime.InteropServices.Guid("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper
[<System.Runtime.InteropServices.Guid("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper = interface
Public Interface IVsAppContainerBootstrapper
Atributos

Métodos

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Assina eventos de bootstrapper.

BootstrapAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger)
BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

Inicializações assíncronas dadas o destino e o host do depurador estabelecido//para depurar o aplicativo representado por receita. bootstrapperOperation:

UnadviseAppContainerBootstrapperEvents(UInt32)

Cancela a assinatura de eventos de bootstrapper.

Aplica-se a