IVsAppContainerBootstrapper2::BootstrapAsync Method (String^, String^, Int32, array<String^>^, IVsAppContainerBootstrapperLogger^)
Visual Studio 2015
Asynchronously bootstraps the given target
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
IVsTask^ BootstrapAsync( 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.
Show: