UserTrackPoint.MatchingLocations Eigenschaft

Definition

Ruft die Auflistung der Speicherorte ab, die im Abgleich für den Trackpoint durch die Laufzeitverfolgungsinfrastruktur enthalten sein sollen.

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

Eigenschaftswert

A UserTrackingLocationCollection that specifies the locations to be matched for the track point. Der Standardwert ist eine leere Auflistung.

Hinweise

Wenn MatchingLocations er leer ist, kann der Spurpunkt nicht von der Laufzeitverfolgungsinfrastruktur abgeglichen werden. Sie müssen mindestens eins UserTrackingLocationMatchingLocations hinzufügen, damit der UserTrackPoint Abgleich teilnimmt.

Der Spurpunkt wird abgeglichen, wenn eines der UserTrackingLocation Objekte MatchingLocations übereinstimmt und keines der UserTrackingLocation Objekte ExcludedLocations übereinstimmt.

Gilt für: