IVsAppContainerBootstrapper4::BootstrapAsync Method (String^, String^, BootstrapMode, Int32, array<VsBootstrapperPackageInfo>^, Int32, array<VsBootstrapperPackageInfo>^, 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^ BootstrapAsync(
	String^ projectUniqueName,
	String^ target,
	BootstrapMode mode,
	int cItems,
	array<VsBootstrapperPackageInfo>^ packagesToDownload,
	int cOptionalItems,
	array<VsBootstrapperPackageInfo>^ optionalPackagesToDownload,
	IVsAppContainerBootstrapperLogger^ logger
)
Return to top
Show: