IVsAppContainerBootstrapper5.BootstrapForDebuggingAsync Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsync(Microsoft::VisualStudio::Shell::Interop::BootstrappingArchitecture architecture, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::BootstrappingMode mode, System::String ^ appUserModelID, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDebuggingAsync (Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture architecture, string target, Microsoft.VisualStudio.Shell.Interop.BootstrappingMode mode, string appUserModelID, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDebuggingAsync : Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture * string * Microsoft.VisualStudio.Shell.Interop.BootstrappingMode * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDebuggingAsync (architecture As BootstrappingArchitecture, target As String, mode As BootstrappingMode, appUserModelID As String, logger As IVsAppContainerBootstrapperLogger) As IVsTask

Parameters

target
String
appUserModelID
String

Returns

Remarks

This method is safe to access from any thread.

Applies to