IVsAppContainerBootstrapperEvents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示引导程序事件。
public interface class IVsAppContainerBootstrapperEvents
public interface class IVsAppContainerBootstrapperEvents
__interface IVsAppContainerBootstrapperEvents
[System.Runtime.InteropServices.Guid("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapperEvents
[<System.Runtime.InteropServices.Guid("B2B707D2-93B6-4569-A1F9-8E2E74A58F08")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapperEvents = interface
Public Interface IVsAppContainerBootstrapperEvents
- 属性
方法
| OnBootstrapEnd(String, String, IVsAppContainerBootstrapperResult) |
在引导完成后调用。 请注意,在调用 IVsAppContainerBootstrapperCallback:: OnEndBootstrap () 后将触发事件。 |
| OnBootstrapForDebuggingEnd(String, String, String, IVsAppContainerBootstrapperResult) |
完成引导后调用,以进行调试。 请注意,在调用 IVsAppContainerBootstrapperCallback:: OnEndBootstrap () 后将触发事件。 |
| OnBootstrapForDebuggingStart(String, String, String) |
在引导之前调用以开始调试。 仅当在 QueryBootstrapStart () 中取消部署时才触发。 |
| OnBootstrapStart(String, String) |
开始前调用。 仅当在 QueryBootstrapStart 中取消部署时才触发 () |
| QueryBootstrapForDebuggingStart(String, String, String, Boolean, String) |
在引导之前调用以开始调试。 此事件为组件提供停止引导过程的机会。 |
| QueryBootstrapStart(String, String, Boolean, String) |
开始前调用。 此事件为组件提供停止引导过程的机会。 |