WorkflowTrackPointCollection 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 WorkflowTrackPointCollection.
Surcharges
| Nom | Description |
|---|---|
| WorkflowTrackPointCollection() |
Initialise une nouvelle instance de la classe WorkflowTrackPointCollection. |
| WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>) |
Initialise une nouvelle instance de la classe à l’aide WorkflowTrackPointCollection d’une liste de points de suivi de flux de travail. |
WorkflowTrackPointCollection()
Initialise une nouvelle instance de la classe WorkflowTrackPointCollection.
public:
WorkflowTrackPointCollection();
public WorkflowTrackPointCollection();
Public Sub New ()
Remarques
Le constructeur sans paramètre initialise la WorkflowTrackPointCollection liste vide.
S’applique à
WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>)
Initialise une nouvelle instance de la classe à l’aide WorkflowTrackPointCollection d’une liste de points de suivi de flux de travail.
public:
WorkflowTrackPointCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::WorkflowTrackPoint ^> ^ points);
public WorkflowTrackPointCollection(System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.WorkflowTrackPoint> points);
new System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection : seq<System.Workflow.Runtime.Tracking.WorkflowTrackPoint> -> System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection
Public Sub New (points As IEnumerable(Of WorkflowTrackPoint))
Paramètres
- points
- IEnumerable<WorkflowTrackPoint>
Liste IEnumerable<T> d’objets WorkflowTrackPoint .
Exceptions
points est une référence Null (Nothing dans Visual Basic).
Remarques
Initialisé WorkflowTrackPointCollection pour contenir les WorkflowTrackPoint objets spécifiés dans points.