IVsAppContainerBootstrapper Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt den Boots Trapper dar.
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
- Attribute
Methoden
| AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents) |
Abonniert bootstrapperereignisse. |
| BootstrapAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger) | |
| BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger) |
Asynchrone Bootstrap für das angegebene Ziel und den eingerichteten//Debugger-Host zum Debuggen der durch Rezept dargestellten app. bootstrapperoperation: |
| UnadviseAppContainerBootstrapperEvents(UInt32) |
Hebt das Abonnieren von Boots Trapper-Ereignissen auf. |