IVsAppContainerBootstrapperEvents.OnBootstrapForDebuggingStart 方法

定义

在引导之前调用以开始调试。 仅当在 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)

参数

projectUniqueName
String

项目的名称。

recipePath
String

食谱路径。

target
String

目标。

适用于