IVsAppContainerBootstrapper3 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 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
- Attribute
Methoden
| AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents) |
Abonniert bootstrapperereignisse. |
| BootstrapAsync(String, String, Int32, VsBootstrapperPackageInfo[], Int32, VsBootstrapperPackageInfo[], IVsAppContainerBootstrapperLogger) |
Führt einen asynchronen Bootstrapping-Vorgang aus. |
| 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. |