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 l'appel d'un gestionnaire de condition de code.
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
Le gestionnaire de condition de code qui sera appelé.