IVsAppContainerBootstrapperEvents::OnBootstrapForDebuggingStart Method (String^, String^, String^)

 

Called before bootstrapping for debugging begins. Only fired if no-one cancelled deploy in QueryBootstrapStart().

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

void OnBootstrapForDebuggingStart(
	String^ projectUniqueName,
	String^ recipePath,
	String^ target
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

recipePath
Type: System::String^

The recipe path.

target
Type: System::String^

The target.

Return to top
Show: