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
| Nom | Description |
|---|---|
| WorkflowTrackingLocation() |
Initialise une nouvelle instance de la classe WorkflowTrackingLocation. |
| WorkflowTrackingLocation(IList<TrackingWorkflowEvent>) |
Initialise une nouvelle instance de la WorkflowTrackingLocation classe qui correspond aux événements de workflow de suivi 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 flux de travail à mettre en correspondance n’est spécifié. Vous devez ajouter TrackingWorkflowEvent des valeurs pour Events qu’elles WorkflowTrackingLocation correspondent à tous les événements d’état du flux de travail.
S’applique à
WorkflowTrackingLocation(IList<TrackingWorkflowEvent>)
Initialise une nouvelle instance de la WorkflowTrackingLocation classe qui correspond aux événements de workflow de suivi 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>
IList des événements de flux de travail de suivi à mettre en correspondance.