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
- 衍生
- 屬性
方法
| 名稱 | Description |
|---|---|
| PerformAction(String, IContext) |
實例化並啟動所請求的行動。 |
事件
| 名稱 | Description |
|---|---|
| ActionCompleted |
當動作處理器回報動作已完成時。 |
| Launched |
發生在動作完成後。 |
| Launching |
在執行動作前發生。 |