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

Visual Studio 2015
 

Performs an asynchronous bootstrapping operation.

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,
	int cItems,
	array<VsBootstrapperPackageInfo>^ packagesToDownload,
	int cOptionalItems,
	array<VsBootstrapperPackageInfo>^ optionalPackagesToDownload,
	IVsAppContainerBootstrapperLogger^ logger
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

cItems
Type: System::Int32

The number of items.

packagesToDownload
Type: array<Microsoft.VisualStudio.Shell.Interop::VsBootstrapperPackageInfo>^

The packages to download.

cOptionalItems
Type: System::Int32

The number of optional items.

optionalPackagesToDownload
Type: array<Microsoft.VisualStudio.Shell.Interop::VsBootstrapperPackageInfo>^

The optional packages to download.

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

The logger.

Return to top
Show: