UserTrackingLocationCollection Constructors

Definitie

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

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.

Van toepassing op