IVsAppContainerBootstrapper2.BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger) Methode
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.
Startet asynchron einen bestimmten Ziel-und builddebugger zum Debuggen der durch das Rezept dargestellten app.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsync(System::String ^ projectUniqueName, System::String ^ target, System::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsync(Platform::String ^ projectUniqueName, Platform::String ^ target, Platform::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
Microsoft::VisualStudio::Shell::Interop::IVsTask BootstrapForDebuggingAsync(std::wstring const & projectUniqueName, std::wstring const & target, std::wstring const & recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger const & logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDebuggingAsync (string projectUniqueName, string target, string recipePath, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDebuggingAsync : string * string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDebuggingAsync (projectUniqueName As String, target As String, recipePath As String, logger As IVsAppContainerBootstrapperLogger) As IVsTask
Parameter
- projectUniqueName
- String
Der Name des Projekts.
- target
- String
Das Ziel.
- recipePath
- String
Der Pfad des Rezept.
Ein optionaler Rückruf zum Empfangen von Ausgabemeldungen.
Gibt zurück
Ein ivstask, dessen Ergebnis eine Instanz von ivsappcontainerbootstrapperresult ist, oder ein Fehlercode. Dies ist E_ABORT, wenn es im Haupt Thread aufgerufen wird und der Vorgang durch einen empfohlenen Rückruf abgebrochen wurde. Andernfalls S_OK.