DTEEventsClass.OnStartupComplete, événement
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Se produit lorsque l'environnement a terminé l'initialisation.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Public Overridable Event OnStartupComplete As _dispDTEEvents_OnStartupCompleteEventHandler
public virtual event _dispDTEEvents_OnStartupCompleteEventHandler OnStartupComplete
public:
virtual event _dispDTEEvents_OnStartupCompleteEventHandler^ OnStartupComplete {
void add (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
void remove (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
}
abstract OnStartupComplete : IEvent<_dispDTEEvents_OnStartupCompleteEventHandler,
EventArgs>
override OnStartupComplete : IEvent<_dispDTEEvents_OnStartupCompleteEventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
Implémentations
_dispDTEEvents_Event.OnStartupComplete
Notes
Tous les compléments doivent implémenter cette méthode.OnStartupComplete vous permet d'installer des éléments de l'interface utilisateur.Les compléments peuvent utiliser cet événement ou la méthode OnStartupComplete.
Exemples
Public Sub DTEEvents_OnStartupComplete() Handles DTEEvents.OnStartupComplete
MsgBox("Visual Studio startup is complete.")
End Sub
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.