IVsAppContainerBootstrapper3::BootstrapForDiagnosticsAsync Method (String^, String^, Int32, array<String^>^, IVsAppContainerBootstrapperLogger^)

Visual Studio 2015
 

Asynchronously bootstraps given target and established diagnostics 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^ BootstrapForDiagnosticsAsync(
	String^ projectUniqueName,
	String^ target,
	int cItems,
	array<String^>^ packagesToDownload,
	IVsAppContainerBootstrapperLogger^ logger
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

cItems
Type: System::Int32

The items.

packagesToDownload
Type: array<System::String^>^

The packages to download.

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: