UserTrackingLocationCollection Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de UserTrackingLocationCollection klasse.
Overloads
| Name | Description |
|---|---|
| UserTrackingLocationCollection() |
Initialiseert een nieuw exemplaar van de UserTrackingLocationCollection klasse. |
| UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>) |
Initialiseert een nieuw exemplaar van de UserTrackingLocationCollection klasse met behulp van een lijst met gebruikerslocaties. |
UserTrackingLocationCollection()
Initialiseert een nieuw exemplaar van de UserTrackingLocationCollection klasse.
public:
UserTrackingLocationCollection();
public UserTrackingLocationCollection();
Public Sub New ()
Opmerkingen
De parameterloze constructor initialiseert de UserTrackingLocationCollection naar een lege lijst.
Van toepassing op
UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>)
Initialiseert een nieuw exemplaar van de UserTrackingLocationCollection klasse met behulp van een lijst met gebruikerslocaties.
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))
Parameters
- locations
- IEnumerable<UserTrackingLocation>
Een IEnumerable<T> lijst UserTrackingLocation met objecten.
Uitzonderingen
locations is een null-verwijzing (Nothing in Visual Basic).
Opmerkingen
De UserTrackingLocationCollection is geïnitialiseerd voor het bevatten van de UserTrackingLocation objecten die zijn opgegeven in locations.