ITaskLauncherService Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les actions effectuées et effectue la tâche dans le 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
- Dérivé
- Attributs
Méthodes
| Nom | Description |
|---|---|
| PerformAction(String, IContext) |
Instancie et active l’action demandée. |
Événements
| Nom | Description |
|---|---|
| ActionCompleted |
Se produit lorsque le gestionnaire d’action signale que l’action est terminée. |
| Launched |
Elle se produit après l’exécution de l’action. |
| Launching |
Se produit avant d’effectuer l’action. |