IVsAppContainerBootstrapper2.BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger) Methode

Definition

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.

logger
IVsAppContainerBootstrapperLogger

Ein optionaler Rückruf zum Empfangen von Ausgabemeldungen.

Gibt zurück

IVsTask

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.

Gilt für