IVsAppContainerBootstrapper2 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 IVsAppContainerBootstrapper2
public interface class IVsAppContainerBootstrapper2
__interface IVsAppContainerBootstrapper2
[System.Runtime.InteropServices.Guid("998E42FD-1646-4538-A519-9D4CA6B24740")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper2
[<System.Runtime.InteropServices.Guid("998E42FD-1646-4538-A519-9D4CA6B24740")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper2 = interface
Public Interface IVsAppContainerBootstrapper2
- Atributos
Comentários
Introduzido no Visual Studio 2013 Atualização 2.
Métodos
| AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents) |
Assina eventos de bootstrapper. |
| BootstrapAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger) |
Bootstraps de forma assíncrona o destino fornecido |
| 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. |