UserTrackingLocationCollection Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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
- locations
- IEnumerable<UserTrackingLocation>
Objektumok IEnumerable<T> listája UserTrackingLocation .
Kivételek
locations null értékű hivatkozás (Nothing Visual Basic).
Megjegyzések
Az UserTrackingLocationCollection inicializálás a megadott UserTrackingLocationobjektumokat tartalmazzalocations.