Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


ActivityTrackPointCollection Constructors

Definition

Initializes a new instance of the ActivityTrackPointCollection class.

Overloads

ActivityTrackPointCollection()

Initializes a new instance of the ActivityTrackPointCollection class.

ActivityTrackPointCollection(IEnumerable<ActivityTrackPoint>)

Initializes a new instance of the ActivityTrackPointCollection class by using a list of activity track points.

ActivityTrackPointCollection()

Initializes a new instance of the ActivityTrackPointCollection class.

C#
public ActivityTrackPointCollection();

Remarks

The parameterless constructor initializes the ActivityTrackPointCollection to an empty list.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ActivityTrackPointCollection(IEnumerable<ActivityTrackPoint>)

Initializes a new instance of the ActivityTrackPointCollection class by using a list of activity track points.

C#
public ActivityTrackPointCollection(System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.ActivityTrackPoint> points);

Parameters

Exceptions

points is a null reference (Nothing in Visual Basic).

Remarks

The ActivityTrackPointCollection is initialized to contain the ActivityTrackPoint objects specified in points.

Applies to

.NET Framework 4.8.1 και άλλες εκδόσεις
Προϊόν Εκδόσεις
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1