IVsAppContainerBootstrapperEvents.QueryBootstrapForDebuggingStart 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在引导之前调用以开始调试。 此事件为组件提供停止引导过程的机会。
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)
参数
- projectUniqueName
- String
项目的名称。
- target
- String
目标。
- recipePath
- String
食谱路径。
- cancel
- Boolean
是否取消此操作。
- cancelReason
- String
取消的原因。