UserTrackingLocationCollection Constructor (IEnumerable<UserTrackingLocation^>^)
.NET Framework (current version)
Initializes a new instance of the UserTrackingLocationCollection class by using a list of user locations.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- locations
-
Type:
System.Collections.Generic::IEnumerable<UserTrackingLocation^>^
An IEnumerable<T> list of UserTrackingLocation objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | locations is a null reference (Nothing in Visual Basic). |
The UserTrackingLocationCollection is initialized to contain the UserTrackingLocation objects specified in locations.
.NET Framework
Available since 3.0
Available since 3.0
Show: