Share via


IVsAppContainerBootstrapperEvents.QueryBootstrapForDebuggingStart Method

Definition

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

public:
 void QueryBootstrapForDebuggingStart(System::String ^ projectUniqueName, System::String ^ target, System::String ^ recipePath, [Runtime::InteropServices::Out] bool % cancel, [Runtime::InteropServices::Out] System::String ^ % cancelReason);
void QueryBootstrapForDebuggingStart(std::wstring const & projectUniqueName, std::wstring const & target, std::wstring const & recipePath, [Runtime::InteropServices::Out] bool & cancel, [Runtime::InteropServices::Out] std::wstring const & & cancelReason);
public void QueryBootstrapForDebuggingStart (string projectUniqueName, string target, string recipePath, out bool cancel, out string cancelReason);
abstract member QueryBootstrapForDebuggingStart : string * string * string * bool * string -> unit
Public Sub QueryBootstrapForDebuggingStart (projectUniqueName As String, target As String, recipePath As String, ByRef cancel As Boolean, ByRef cancelReason As String)

Parameters

projectUniqueName
String

The name of the project.

target
String

The target.

recipePath
String

The recipe path.

cancel
Boolean

Whether or not this is canceled.

cancelReason
String

The reason for the cancelation.

Applies to