WorkflowTrackingLocation Constructeurs
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.
Initialise une nouvelle instance de la classe WorkflowTrackingLocation.
Surcharges
WorkflowTrackingLocation() |
Initialise une nouvelle instance de la classe WorkflowTrackingLocation. |
WorkflowTrackingLocation(IList<TrackingWorkflowEvent>) |
Initialise une nouvelle instance de la classe WorkflowTrackingLocation qui correspond aux événements de suivi de workflow spécifiés. |
WorkflowTrackingLocation()
Initialise une nouvelle instance de la classe WorkflowTrackingLocation.
public:
WorkflowTrackingLocation();
public WorkflowTrackingLocation ();
Public Sub New ()
Remarques
Aucun événement d'état de workflow pour lequel établir une correspondance n'est spécifié. Vous devez ajouter des valeurs TrackingWorkflowEvent à Events pour que le WorkflowTrackingLocation établisse une correspondance avec des événements d'état de workflow.
S’applique à
WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
Initialise une nouvelle instance de la classe WorkflowTrackingLocation qui correspond aux événements de suivi de workflow spécifiés.
public:
WorkflowTrackingLocation(System::Collections::Generic::IList<System::Workflow::Runtime::Tracking::TrackingWorkflowEvent> ^ events);
public WorkflowTrackingLocation (System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> events);
new System.Workflow.Runtime.Tracking.WorkflowTrackingLocation : System.Collections.Generic.IList<System.Workflow.Runtime.Tracking.TrackingWorkflowEvent> -> System.Workflow.Runtime.Tracking.WorkflowTrackingLocation
Public Sub New (events As IList(Of TrackingWorkflowEvent))
Paramètres
- events
- IList<TrackingWorkflowEvent>
Liste d'événements de suivi de workflow à mettre en correspondance.