WorkflowTrackPointCollection Constructeurs

Définition

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

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.

S’applique à