IVsAppContainerBootstrapper3.BootstrapAsync(String, String, Int32, VsBootstrapperPackageInfo[], Int32, VsBootstrapperPackageInfo[], IVsAppContainerBootstrapperLogger) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Executa uma operação de inicialização assíncrona.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapAsync(System::String ^ projectUniqueName, System::String ^ target, 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 ^ BootstrapAsync(Platform::String ^ projectUniqueName, Platform::String ^ target, int cItems, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> ^ packagesToDownload, int cOptionalItems, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> ^ optionalPackagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
Microsoft::VisualStudio::Shell::Interop::IVsTask BootstrapAsync(std::wstring const & projectUniqueName, std::wstring const & target, int cItems, std::Array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> const & packagesToDownload, int cOptionalItems, std::Array <Microsoft::VisualStudio::Shell::Interop::VsBootstrapperPackageInfo> const & optionalPackagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger const & logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapAsync (string projectUniqueName, string target, int cItems, Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] packagesToDownload, int cOptionalItems, Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] optionalPackagesToDownload, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapAsync : string * string * int * Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] * int * Microsoft.VisualStudio.Shell.Interop.VsBootstrapperPackageInfo[] * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapAsync (projectUniqueName As String, target As String, cItems As Integer, packagesToDownload As VsBootstrapperPackageInfo(), cOptionalItems As Integer, optionalPackagesToDownload As VsBootstrapperPackageInfo(), logger As IVsAppContainerBootstrapperLogger) As IVsTask
Parâmetros
- projectUniqueName
- String
O nome do projeto.
- target
- String
O destino.
- cItems
- Int32
O número de itens.
- packagesToDownload
- VsBootstrapperPackageInfo[]
Os pacotes a serem baixados.
- cOptionalItems
- Int32
O número de itens opcionais.
- optionalPackagesToDownload
- VsBootstrapperPackageInfo[]
Os pacotes opcionais a serem baixados.
O agente de log.
Retornos
Retorna IVsTask.