IVsAppContainerBootstrapper::BootstrapAsync Method (String^, String^, Int32, array<String^>^, IVsAppContainerBootstrapperLogger^)

 

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

IVsTask^ BootstrapAsync(
	String^ projectUniqueName,
	String^ target,
	int cItems,
	array<String^>^ packagesToDownload,
	IVsAppContainerBootstrapperLogger^ logger
)

Parameters

projectUniqueName
Type: System::String^

target
Type: System::String^

cItems
Type: System::Int32

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

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

Return to top
Show: