UserTrackPoint.MatchingLocations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of locations that should be included in matching for the track point by the runtime tracking infrastructure.
public:
property System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ MatchingLocations { System::Workflow::Runtime::Tracking::UserTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.UserTrackingLocationCollection MatchingLocations { get; }
member this.MatchingLocations : System.Workflow.Runtime.Tracking.UserTrackingLocationCollection
Public ReadOnly Property MatchingLocations As UserTrackingLocationCollection
Property Value
A UserTrackingLocationCollection that specifies the locations to be matched for the track point. The default is an empty collection.
Remarks
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.