IVsAppContainerBootstrapper Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |