IVsAppContainerBootstrapperEvents::QueryBootstrapForDebuggingStart Method (String^, String^, String^, Boolean, String^)

 

Called before bootstrapping for debugging begins. This event gives opportunity for components to stop the bootstrapping process.

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

void QueryBootstrapForDebuggingStart(
	String^ projectUniqueName,
	String^ target,
	String^ recipePath,
	[OutAttribute] bool% cancel,
	[OutAttribute] String^% cancelReason
)

Parameters

projectUniqueName
Type: System::String^

The name of the project.

target
Type: System::String^

The target.

recipePath
Type: System::String^

The recipe path.

cancel
Type: System::Boolean

Whether or not this is canceled.

cancelReason
Type: System::String^

The reason for the cancelation.

Return to top
Show: