IWorkflowDebuggerService.NotifyHandlerInvoking(Delegate) Méthode
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.
Appelé avant qu’un gestionnaire de conditions de code soit appelé.
public:
void NotifyHandlerInvoking(Delegate ^ delegateHandler);
public void NotifyHandlerInvoking(Delegate delegateHandler);
abstract member NotifyHandlerInvoking : Delegate -> unit
Public Sub NotifyHandlerInvoking (delegateHandler As Delegate)
Paramètres
- delegateHandler
- Delegate
Gestionnaire de conditions de code qui sera appelé.