IVsAppContainerBootstrapper3 Interface

Definição

Representa o bootstrapper.

public interface class IVsAppContainerBootstrapper3
public interface class IVsAppContainerBootstrapper3
__interface IVsAppContainerBootstrapper3
[System.Runtime.InteropServices.Guid("2AA266FE-074F-4F6B-9B7B-4D231959D23D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper3
[<System.Runtime.InteropServices.Guid("2AA266FE-074F-4F6B-9B7B-4D231959D23D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper3 = interface
Public Interface IVsAppContainerBootstrapper3
Atributos

Métodos

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Assina eventos de bootstrapper.

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

Executa uma operação de inicialização assíncrona.

BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

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

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

Inicializações assíncronas dadas o destino e o host de diagnóstico estabelecido para depurar o aplicativo representado pela receita.

UnadviseAppContainerBootstrapperEvents(UInt32)

Cancela a assinatura de eventos de bootstrapper.

Aplica-se a