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 |
アクションを行う前に発生します。 |