UserTrackingLocationCollection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der UserTrackingLocationCollection-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| UserTrackingLocationCollection() |
Initialisiert eine neue Instanz der UserTrackingLocationCollection-Klasse. |
| UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>) |
Initialisiert eine neue Instanz der UserTrackingLocationCollection Klasse mithilfe einer Liste von Benutzerspeicherorten. |
UserTrackingLocationCollection()
Initialisiert eine neue Instanz der UserTrackingLocationCollection-Klasse.
public:
UserTrackingLocationCollection();
public UserTrackingLocationCollection();
Public Sub New ()
Hinweise
Der parameterlose Konstruktor initialisiert die UserTrackingLocationCollection in eine leere Liste.
Gilt für:
UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>)
Initialisiert eine neue Instanz der UserTrackingLocationCollection Klasse mithilfe einer Liste von Benutzerspeicherorten.
public:
UserTrackingLocationCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::UserTrackingLocation ^> ^ locations);
public UserTrackingLocationCollection(System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.UserTrackingLocation> locations);
new System.Workflow.Runtime.Tracking.UserTrackingLocationCollection : seq<System.Workflow.Runtime.Tracking.UserTrackingLocation> -> System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public Sub New (locations As IEnumerable(Of UserTrackingLocation))
Parameter
- locations
- IEnumerable<UserTrackingLocation>
Eine IEnumerable<T> Liste von UserTrackingLocation Objekten.
Ausnahmen
locations ist ein Nullverweis (Nothing in Visual Basic).
Hinweise
Die UserTrackingLocationCollection Initialisierung wird so initialisiert, dass sie die UserTrackingLocation in locations.