UserTrackingLocationCollection Konstruktorok

Definíció

Inicializálja a UserTrackingLocationCollection osztály új példányát.

Túlterhelések

Name Description
UserTrackingLocationCollection()

Inicializálja a UserTrackingLocationCollection osztály új példányát.

UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>)

Inicializálja az osztály új példányát a UserTrackingLocationCollection felhasználói helyek listájával.

UserTrackingLocationCollection()

Inicializálja a UserTrackingLocationCollection osztály új példányát.

public:
 UserTrackingLocationCollection();
public UserTrackingLocationCollection();
Public Sub New ()

Megjegyzések

A paraméter nélküli konstruktor inicializálja a UserTrackingLocationCollection listát egy üres listára.

A következőre érvényes:

UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>)

Inicializálja az osztály új példányát a UserTrackingLocationCollection felhasználói helyek listájával.

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))

Paraméterek

Kivételek

locations null értékű hivatkozás (Nothing Visual Basic).

Megjegyzések

Az UserTrackingLocationCollection inicializálás a megadott UserTrackingLocationobjektumokat tartalmazzalocations.

A következőre érvényes: