IVsAppContainerBootstrapper2 Schnittstelle

Definition

Stellt den Boots Trapper dar.

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
Attribute

Hinweise

Eingeführt in Visual Studio 2013 Update 2.

Methoden

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Abonniert bootstrapperereignisse.

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

Startet asynchron das angegebene Ziel.

BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

Startet asynchron einen bestimmten Ziel-und builddebugger zum Debuggen der durch das Rezept dargestellten app.

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

Startet asynchron einen bestimmten Ziel-und festgelegten Diagnose Host zum Debuggen der durch das Rezept dargestellten app.

UnadviseAppContainerBootstrapperEvents(UInt32)

Hebt das Abonnieren von Boots Trapper-Ereignissen auf.

Gilt für