UserTrackPoint.MatchingLocations Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection d’emplacements qui doivent être inclus dans la correspondance pour le point de suivi 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é
Qui UserTrackingLocationCollection spécifie les emplacements à mettre en correspondance pour le point de piste. La valeur par défaut est une collection vide.
Remarques
S’il MatchingLocations est vide, le point de suivi ne peut pas être mis en correspondance par l’infrastructure de suivi du runtime. Vous devez ajouter au moins un UserTrackingLocation pour MatchingLocations participer à la UserTrackPoint correspondance.
Le point de suivi est mis en correspondance si l’un UserTrackingLocation des objets dans est mis en MatchingLocations correspondance et qu’aucun des UserTrackingLocation objets dans n’est mis en ExcludedLocations correspondance.