CallExternalMethodActivity.MethodInvokingEvent Champ

Définition

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.

S’applique à

Voir aussi