Share via


IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingEnd Method

Definition

Called after bootstrapping for debugging is complete. Note the event will be fired after IVsAppContainerBootstrapperCallback::OnEndBootstrap() is called.

public:
 void OnBootstrapForDebuggingEnd(System::String ^ projectUniqueName, System::String ^ target, System::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
public:
 void OnBootstrapForDebuggingEnd(Platform::String ^ projectUniqueName, Platform::String ^ target, Platform::String ^ recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
void OnBootstrapForDebuggingEnd(std::wstring const & projectUniqueName, std::wstring const & target, std::wstring const & recipePath, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult const & result);
public void OnBootstrapForDebuggingEnd (string projectUniqueName, string target, string recipePath, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult result);
abstract member OnBootstrapForDebuggingEnd : string * string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult -> unit
Public Sub OnBootstrapForDebuggingEnd (projectUniqueName As String, target As String, recipePath As String, result As IVsAppContainerBootstrapperResult)

Parameters

projectUniqueName
String

The name of the project.

target
String

The target.

recipePath
String

The recipe path.

Applies to