UserTrackPoint.MatchingLocations Vlastnost

Definice

Získá kolekci umístění, která by měla být zahrnuta do shody pro bod sledování podle infrastruktury sledování modulu runtime.

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

Hodnota vlastnosti

Hodnota UserTrackingLocationCollection určující umístění, která se mají shodovat s bodem trasy. Výchozí hodnota je prázdná kolekce.

Poznámky

Pokud MatchingLocations je bod sledování prázdný, nelze bod sledování modulu runtime spárovat. Abyste se mohli zúčastnit shody, musíte přidat alespoň jedenUserTrackingLocation.MatchingLocationsUserTrackPoint

Bod sledování se porovná, pokud se porovná některý z UserTrackingLocation objektů v MatchingLocations a žádný z UserTrackingLocation objektů se ExcludedLocations neshoduje.

Platí pro