ActivityTrackPoint::MatchingLocations Property

 

Gets the collection of locations that should be included in matching for the track point by the runtime tracking infrastructure.

Namespace:   System.Workflow.Runtime.Tracking
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.

The following example demonstrates accessing the MatchingLocations property. This example is from the TrackingProfileDesigner SDK sample. For more information, see Tracking Profile Designer Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: