ITaskLauncherService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示在 TaskLauncher 中执行的操作和任务。
public interface class ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService = interface
Public Interface ITaskLauncherService
- 派生
- 属性
方法
| 名称 | 说明 |
|---|---|
| PerformAction(String, IContext) |
实例化并激活请求的动作。 |
活动
| 名称 | 说明 |
|---|---|
| ActionCompleted |
当动作处理程序报告动作已完成时发生。 |
| Launched |
发生在动作完成后。 |
| Launching |
发生在执行动作之前。 |