_dispSolutionEvents_Event, interface
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<ComVisibleAttribute(False)> _
Public Interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispSolutionEvents_Event
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_Event = interface end
public interface _dispSolutionEvents_Event
Le type _dispSolutionEvents_Event expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
add_AfterClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
add_BeforeClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
add_Opened | Infrastructure. Réservé à un usage interne Microsoft. | |
add_ProjectAdded | Infrastructure. Réservé à un usage interne Microsoft. | |
add_ProjectRemoved | Infrastructure. Réservé à un usage interne Microsoft. | |
add_ProjectRenamed | Infrastructure. Réservé à un usage interne Microsoft. | |
add_QueryCloseSolution | Infrastructure. Réservé à un usage interne Microsoft. | |
add_Renamed | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_AfterClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_BeforeClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_Opened | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_ProjectAdded | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_ProjectRemoved | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_ProjectRenamed | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_QueryCloseSolution | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_Renamed | Infrastructure. Réservé à un usage interne Microsoft. |
Début
Événements
Nom | Description | |
---|---|---|
AfterClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
BeforeClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
Opened | Infrastructure. Réservé à un usage interne Microsoft. | |
ProjectAdded | Infrastructure. Réservé à un usage interne Microsoft. | |
ProjectRemoved | Infrastructure. Réservé à un usage interne Microsoft. | |
ProjectRenamed | Infrastructure. Réservé à un usage interne Microsoft. | |
QueryCloseSolution | Infrastructure. Réservé à un usage interne Microsoft. | |
Renamed | Infrastructure. Réservé à un usage interne Microsoft. |
Début
Notes
L'objet SolutionEvents peut être hors de portée et être récupéré par le garbage collector avant que la solution ne soit fermée. Pour conserver une référence à cet objet, déclarez une variable privée dans la classe dans laquelle vous implémentez les gestionnaires d'événements de la solution.