Partager via


WorkflowTrackingLocation.Events Propriété

Définition

Obtient la liste des événements d'état de workflow qui seront mis en correspondance pour cet emplacement.

public:
 property System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ Events { System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> Events { get; }
member this.Events : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent>
Public ReadOnly Property Events As IList(Of TrackingWorkflowEvent)

Valeur de propriété

IList<TrackingWorkflowEvent>

Liste de valeurs TrackingWorkflowEvent qui spécifie les événements d'état de workflow pour lesquels l'emplacement sera mis en correspondance. La valeur par défaut est une liste vide.

Remarques

Events contient la liste des événements d'état de workflow pour lesquels ce WorkflowTrackingLocation sera mis en correspondance. Vous pouvez effectuer le suivi des événements d'état de workflow spécifiés en ajoutant le WorkflowTrackingLocation à MatchingLocation dans un WorkflowTrackPoint qui fait partie d'un TrackingProfile.

S’applique à