IVsAppContainerBootstrapperEvents::OnBootstrapForDebuggingEnd Method (String^, String^, String^, IVsAppContainerBootstrapperResult^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void OnBootstrapForDebuggingEnd(
	String^ projectUniqueName,
	String^ target,
	String^ recipePath,
	IVsAppContainerBootstrapperResult^ result
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

recipePath
Type: System::String^

The recipe path.

result
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerBootstrapperResult^

The result.

Return to top
Show: