IVsAppContainerBootstrapper3::BootstrapForDebuggingAsync Method (String^, String^, String^, IVsAppContainerBootstrapperLogger^)

Visual Studio 2015
 

Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

IVsTask^ BootstrapForDebuggingAsync(
	String^ projectUniqueName,
	String^ target,
	String^ recipePath,
	IVsAppContainerBootstrapperLogger^ logger
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

recipePath
Type: System::String^

The path of the recipe.

logger
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerBootstrapperLogger^

An optional callback to receive output messages.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^

An IVsTask whose result is an instance of IVsAppContainerBootstrapperResult, or an error code. This is E_ABORT if called on the main thread and an advised callback has aborted the operation; otherwise S_OK.

Return to top
Show: