UserTrackPoint.MatchingLocations Propriedade

Definição

Obtém a coleção de localizações que devem ser incluídas na correspondência para o ponto de rastreio pela infraestrutura de rastreio em tempo de execução.

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

Valor de Propriedade

A UserTrackingLocationCollection que especifica os locais a corresponder para o ponto de trilha. O padrão é uma coleção vazia.

Observações

Se MatchingLocations estiver vazio, o ponto de rastreamento não pode ser correspondido pela infraestrutura de rastreio em tempo de execução. Deve adicionar pelo menos um UserTrackingLocation para MatchingLocations que possam UserTrackPoint participar no emparelhamento.

O ponto de rastreio será correspondido se algum dos UserTrackingLocation objetos em MatchingLocations dentro for correspondido e nenhum dos UserTrackingLocation objetos em ExcludedLocations cima for correspondido.

Aplica-se a