Partager via


UserTrackPoint.MatchingLocations Propriété

Définition

Obtient la collection des emplacements qui doivent être inclus dans la mise en correspondance pour le trackpoint par l’infrastructure de suivi d’exécution.

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

Valeur de propriété

UserTrackingLocationCollection

UserTrackingLocationCollection qui spécifie les emplacements pour lesquels établir une correspondance pour le trackpoint. La valeur par défaut est une collection vide.

Remarques

Si MatchingLocations est vide, le trackpoint ne peut pas être mis en correspondance par l'infrastructure de suivi d'exécution. Vous devez ajouter au moins un UserTrackingLocation à MatchingLocations pour que le UserTrackPoint participe à la mise en correspondance.

Le trackpoint sera mis en correspondance si l'un des objets UserTrackingLocation dans MatchingLocations est mis en correspondance et qu'aucun des objets UserTrackingLocation dans ExcludedLocations n'est mis en correspondance.

S’applique à