IVsAppContainerBootstrapper4.BootstrapForDiagnosticsAsync Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDiagnosticsAsync(System::String ^ projectUniqueName, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, int cItems, cli::array <System::String ^> ^ packagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDiagnosticsAsync(Platform::String ^ projectUniqueName, Platform::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, int cItems, Platform::Array <Platform::String ^> ^ packagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
Microsoft::VisualStudio::Shell::Interop::IVsTask BootstrapForDiagnosticsAsync(std::wstring const & projectUniqueName, std::wstring const & target, Microsoft::VisualStudio::Shell::Interop::BootstrapMode mode, int cItems, std::Array <std::wstring const &> const & packagesToDownload, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger const & logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDiagnosticsAsync (string projectUniqueName, string target, Microsoft.VisualStudio.Shell.Interop.BootstrapMode mode, int cItems, string[] packagesToDownload, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDiagnosticsAsync : string * string * Microsoft.VisualStudio.Shell.Interop.BootstrapMode * int * string[] * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDiagnosticsAsync (projectUniqueName As String, target As String, mode As BootstrapMode, cItems As Integer, packagesToDownload As String(), logger As IVsAppContainerBootstrapperLogger) As IVsTask

Parameters

projectUniqueName
String
target
String
cItems
Int32
packagesToDownload
String[]

Returns

Applies to