CallExternalMethodActivity.MethodInvokingEvent Champ
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.
Représente le DependencyProperty qui cible l'événement MethodInvoking.
public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ MethodInvokingEvent;
public static readonly System.Workflow.ComponentModel.DependencyProperty MethodInvokingEvent;
staticval mutable MethodInvokingEvent : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly MethodInvokingEvent As DependencyProperty
Valeur de champ
Remarques
L'événement MethodInvoking définit un délégué d'événement exécuté avant que l'activité appelle la méthode externe sur le service local.
Vous accédez indirectement à chaque propriété et événement public de ce type par la résolution d’une propriété de dépendance correspondante. Cette propriété de dépendance est le champ statique public appelé XProperty ou XEvent, où X est la propriété correspondante.