_dispSolutionEvents, 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
<GuidAttribute("FBCFF1C2-261C-11D1-AE5E-00A0C90F26F4")> _
<InterfaceTypeAttribute()> _
Public Interface _dispSolutionEvents
[GuidAttribute("FBCFF1C2-261C-11D1-AE5E-00A0C90F26F4")]
[InterfaceTypeAttribute()]
public interface _dispSolutionEvents
[GuidAttribute(L"FBCFF1C2-261C-11D1-AE5E-00A0C90F26F4")]
[InterfaceTypeAttribute()]
public interface class _dispSolutionEvents
[<GuidAttribute("FBCFF1C2-261C-11D1-AE5E-00A0C90F26F4")>]
[<InterfaceTypeAttribute()>]
type _dispSolutionEvents = interface end
public interface _dispSolutionEvents
Le type _dispSolutionEvents expose les membres suivants.
Méthodes
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.