UserTrackingLocationCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 UserTrackingLocationCollection 類別的新執行個體。
多載
UserTrackingLocationCollection() |
初始化 UserTrackingLocationCollection 類別的新執行個體。 |
UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>) |
使用使用者位置清單,初始化 UserTrackingLocationCollection 類別的新執行個體。 |
UserTrackingLocationCollection()
初始化 UserTrackingLocationCollection 類別的新執行個體。
public:
UserTrackingLocationCollection();
public UserTrackingLocationCollection ();
Public Sub New ()
備註
無參數的函式會將初始化 UserTrackingLocationCollection 為空白清單。
適用於
UserTrackingLocationCollection(IEnumerable<UserTrackingLocation>)
使用使用者位置清單,初始化 UserTrackingLocationCollection 類別的新執行個體。
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))
參數
- locations
- IEnumerable<UserTrackingLocation>
IEnumerable<T> 物件的 UserTrackingLocation 清單。
例外狀況
locations
為 null 參考 (在 Visual Basic 中為 Nothing
)。
備註
UserTrackingLocationCollection 會初始化為包含 UserTrackingLocation 中所指定的 locations
物件。