Share via


IVsAppContainerBootstrapper6.BootstrapForDebuggingAsUserAsync Method

Definition

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsUserAsync(Microsoft::VisualStudio::Shell::Interop::BootstrappingArchitecture architecture, System::String ^ target, int processId, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDebuggingAsUserAsync (Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture architecture, string target, int processId, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDebuggingAsUserAsync : Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture * string * int * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDebuggingAsUserAsync (architecture As BootstrappingArchitecture, target As String, processId As Integer, logger As IVsAppContainerBootstrapperLogger) As IVsTask

Parameters

target
String
processId
Int32

Returns

Applies to