Share via


IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingStart Method

Definition

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

public:
 void OnBootstrapForDebuggingStart(System::String ^ projectUniqueName, System::String ^ recipePath, System::String ^ target);
public:
 void OnBootstrapForDebuggingStart(Platform::String ^ projectUniqueName, Platform::String ^ recipePath, Platform::String ^ target);
void OnBootstrapForDebuggingStart(std::wstring const & projectUniqueName, std::wstring const & recipePath, std::wstring const & target);
public void OnBootstrapForDebuggingStart (string projectUniqueName, string recipePath, string target);
abstract member OnBootstrapForDebuggingStart : string * string * string -> unit
Public Sub OnBootstrapForDebuggingStart (projectUniqueName As String, recipePath As String, target As String)

Parameters

projectUniqueName
String

The name of the project.

recipePath
String

The recipe path.

target
String

The target.

Applies to