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

Visual Studio 2015
 

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,
	BootstrapMode mode,
	int cItems,
	array<String^>^ packagesToDownload,
	IVsAppContainerBootstrapperLogger^ logger
)

Parameters

projectUniqueName
Type: System::String^

target
Type: System::String^

mode
Type: Microsoft.VisualStudio.Shell.Interop::BootstrapMode

cItems
Type: System::Int32

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

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

Return to top
Show: