IVsAppContainerProjectDeployEvents 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.
Gère les événements qui se produisent avant et après le processus de déploiement du conteneur d'applications.
public interface class IVsAppContainerProjectDeployEvents
public interface class IVsAppContainerProjectDeployEvents
__interface IVsAppContainerProjectDeployEvents
[System.Runtime.InteropServices.Guid("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerProjectDeployEvents
[<System.Runtime.InteropServices.Guid("35CC3FD8-5435-4B9E-95CD-7E30C378FBDF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerProjectDeployEvents = interface
Public Interface IVsAppContainerProjectDeployEvents
- Attributs
Méthodes
| OnDeployEnd(String, IVsAppContainerProjectDeployResult) |
Appelé une fois l'opération de déploiement de l'application terminée. Cet événement est déclenché une fois la OnEndDeploy(Boolean, String, String) appelée. |
| OnDeployStart(String) |
Appelé avant le début du déploiement de l'application. Cet événement est déclenché uniquement si personne n'annule l'opération de déploiement dans QueryDeployStart(String, Boolean, Boolean, String). |
| QueryDeployStart(String, Boolean, Boolean, String) |
Appelé avant le début du déploiement de l'application. Cet événement donne aux composants la possibilité d'arrêter le processus de déploiement ou de forcer un déploiement de l'ordinateur local. |