CommandEventsClass.AfterExecute, é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 après l'exécution d'une commande.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
Public Overridable Event AfterExecute As _dispCommandEvents_AfterExecuteEventHandler
public virtual event _dispCommandEvents_AfterExecuteEventHandler AfterExecute
public:
virtual event _dispCommandEvents_AfterExecuteEventHandler^ AfterExecute {
void add (_dispCommandEvents_AfterExecuteEventHandler^ value);
void remove (_dispCommandEvents_AfterExecuteEventHandler^ value);
}
abstract AfterExecute : IEvent<_dispCommandEvents_AfterExecuteEventHandler,
EventArgs>
override AfterExecute : IEvent<_dispCommandEvents_AfterExecuteEventHandler,
EventArgs>
JScript ne prend pas en charge les événements.
Implémentations
_dispCommandEvents_Event.AfterExecute
Notes
Utilisez CommandEvents.AfterExecute.
Exemples
Public Sub CommandEvents_AfterExecute(ByVal Guid As String, ByVal ID As Integer, ByVal CustomIn As Object, ByVal CustomOut As Object) Handles CommandEvents.AfterExecute
MsgBox("test")
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.