ActivityTrackPoint::MatchingLocations Property
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 ActivityTrackingLocationCollection^ MatchingLocations { ActivityTrackingLocationCollection^ get(); }
Property Value
Type: System.Workflow.Runtime.Tracking::ActivityTrackingLocationCollection^An ActivityTrackingLocationCollection 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 ActivityTrackingLocation to MatchingLocations for the ActivityTrackPoint to participate in matching.
The track point will be matched if any ActivityTrackingLocation in MatchingLocations is matched by the runtime tracking infrastructure and no ActivityTrackingLocation in ExcludedLocations is matched.
Available since 3.0