IVsAppContainerBootstrapper5.BootstrapForDeployingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDeployingAsync(Microsoft::VisualStudio::Shell::Interop::BootstrappingArchitecture architecture, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrappingMode mode, int cItems, cli::array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> ^ packagesToDownload, int cOptionalItems, cli::array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> ^ optionalPackagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDeployingAsync (Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture architecture, string target, Microsoft.VisualStudio.Shell.Interop.BootstrappingMode mode, int cItems, Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] packagesToDownload, int cOptionalItems, Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] optionalPackagesToDownload, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDeployingAsync : Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture * string * Microsoft.VisualStudio.Shell.Interop.BootstrappingMode * int * Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] * int * Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDeployingAsync (architecture As BootstrappingArchitecture, target As String, mode As BootstrappingMode, cItems As Integer, packagesToDownload As VsBootstrapperPackageInfo(), cOptionalItems As Integer, optionalPackagesToDownload As VsBootstrapperPackageInfo(), logger As IVsAppContainerBootstrapperLogger) As IVsTask
Parameters
- architecture
- BootstrappingArchitecture
- target
- String
- mode
- BootstrappingMode
- cItems
- Int32
- packagesToDownload
- VsBootstrapperPackageInfo[]
- cOptionalItems
- Int32
- optionalPackagesToDownload
- VsBootstrapperPackageInfo[]
Returns
Remarks
This method is safe to access from any thread.