WorkflowTrackPointCollection Konstruktorer

Definition

Initierar en ny instans av WorkflowTrackPointCollection klassen.

Överlagringar

Name Description
WorkflowTrackPointCollection()

Initierar en ny instans av WorkflowTrackPointCollection klassen.

WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>)

Initierar en ny instans av WorkflowTrackPointCollection klassen med hjälp av en lista över arbetsflödesspårpunkter.

WorkflowTrackPointCollection()

Initierar en ny instans av WorkflowTrackPointCollection klassen.

public:
 WorkflowTrackPointCollection();
public WorkflowTrackPointCollection();
Public Sub New ()

Kommentarer

Den parameterlösa konstruktorn initierar WorkflowTrackPointCollection till en tom lista.

Gäller för

WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>)

Initierar en ny instans av WorkflowTrackPointCollection klassen med hjälp av en lista över arbetsflödesspårpunkter.

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))

Parametrar

Undantag

points är en nullreferens (Nothing i Visual Basic).

Kommentarer

WorkflowTrackPointCollection Initieras för att innehålla de objekt som WorkflowTrackPoint anges i points.

Gäller för