ActivityTrackingLocationCollection 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 ActivityTrackingLocationCollection klasse.
Overloads
| Name | Description |
|---|---|
| ActivityTrackingLocationCollection() |
Initialiseert een nieuw exemplaar van de ActivityTrackingLocationCollection klasse. |
| ActivityTrackingLocationCollection(IEnumerable<ActivityTrackingLocation>) |
Initialiseert een nieuw exemplaar van de ActivityTrackingLocationCollection klasse met behulp van een lijst met activiteitslocaties. |
ActivityTrackingLocationCollection()
Initialiseert een nieuw exemplaar van de ActivityTrackingLocationCollection klasse.
public:
ActivityTrackingLocationCollection();
public ActivityTrackingLocationCollection();
Public Sub New ()
Opmerkingen
De parameterloze constructor initialiseert de ActivityTrackingLocationCollection naar een lege lijst.
Van toepassing op
ActivityTrackingLocationCollection(IEnumerable<ActivityTrackingLocation>)
Initialiseert een nieuw exemplaar van de ActivityTrackingLocationCollection klasse met behulp van een lijst met activiteitslocaties.
public:
ActivityTrackingLocationCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::ActivityTrackingLocation ^> ^ locations);
public ActivityTrackingLocationCollection(System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.ActivityTrackingLocation> locations);
new System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection : seq<System.Workflow.Runtime.Tracking.ActivityTrackingLocation> -> System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection
Public Sub New (locations As IEnumerable(Of ActivityTrackingLocation))
Parameters
- locations
- IEnumerable<ActivityTrackingLocation>
Een IEnumerable<T> lijst ActivityTrackingLocation met objecten.
Uitzonderingen
locations is een null-verwijzing (Nothing in Visual Basic).
Opmerkingen
De ActivityTrackingLocationCollection is geïnitialiseerd voor het bevatten van de ActivityTrackingLocation objecten die zijn opgegeven in locations.