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 )
Parameters
- projectUniqueName
- Type: System::String^
- target
- Type: System::String^
- cItems
- Type: System::Int32
- packagesToDownload
- Type: array<Microsoft.VisualStudio.Shell.Interop::VsBootstrapperPackageInfo>^
- cOptionalItems
- Type: System::Int32
- optionalPackagesToDownload
- Type: array<Microsoft.VisualStudio.Shell.Interop::VsBootstrapperPackageInfo>^
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^
Show: