UserTrackPoint.MatchingLocations Property
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the collection of locations that should be included in matching for the track point by the runtime tracking infrastructure.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Property Value
Type: System.Workflow.Runtime.Tracking.UserTrackingLocationCollectionA UserTrackingLocationCollection that specifies the locations to be matched for the track point. The default is an empty collection.
If MatchingLocations is empty, the track point cannot be matched by the runtime tracking infrastructure. You must add at least one UserTrackingLocation to MatchingLocations for the UserTrackPoint to participate in matching.
The track point will be matched if any of the UserTrackingLocation objects in MatchingLocations is matched and none of the UserTrackingLocation objects in ExcludedLocations is matched.
Available since 3.0