IVsAppContainerBootstrapper4.BootstrapForDebuggingAsync Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsync(System::String ^ projectUniqueName, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, System::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsync(Platform::String ^ projectUniqueName, Platform::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, Platform::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
Microsoft::VisualStudio::Shell::Interop::IVsTask BootstrapForDebuggingAsync(std::wstring const & projectUniqueName, std::wstring const & target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, std::wstring const & recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger const & logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDebuggingAsync (string projectUniqueName, string target, Microsoft.VisualStudio.Shell.Interop.BootstrapMode mode, string recipePath, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDebuggingAsync : string * string * Microsoft.VisualStudio.Shell.Interop.BootstrapMode * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDebuggingAsync (projectUniqueName As String, target As String, mode As BootstrapMode, recipePath As String, logger As IVsAppContainerBootstrapperLogger) As IVsTask

Parameters

projectUniqueName
String
target
String
recipePath
String

Returns

Applies to