WorkflowTrackingLocation.Events Propriété

Définition

Obtient la liste des événements d’état de flux de travail 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é

Liste des TrackingWorkflowEvent valeurs qui spécifient les événements d’état du flux de travail 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 flux de travail pour lesquels cela WorkflowTrackingLocation sera mis en correspondance. Vous pouvez suivre les événements d’état de flux de travail spécifiés en ajoutant celui-ci WorkflowTrackingLocationMatchingLocation dans un WorkflowTrackPoint élément qui fait partie d’un TrackingProfile.

S’applique à