UserTrackPoint::MatchingLocations Property
.NET Framework (current version)
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)
public: property UserTrackingLocationCollection^ MatchingLocations { UserTrackingLocationCollection^ get(); }
Property Value
Type: System.Workflow.Runtime.Tracking::UserTrackingLocationCollection^A 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: