ActivityTrackPoint.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::ActivityTrackingLocationCollection ^ MatchingLocations { System::Workflow::Runtime::Tracking::ActivityTrackingLocationCollection ^ get(); };
public System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection MatchingLocations { get; }
member this.MatchingLocations : System.Workflow.Runtime.Tracking.ActivityTrackingLocationCollection
Public ReadOnly Property MatchingLocations As ActivityTrackingLocationCollection

Valor de Propriedade

Um ActivityTrackingLocationCollection que especifica os locais a corresponder para o ponto de viagem. 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 ActivityTrackingLocation para MatchingLocations que possam ActivityTrackPoint participar no emparelhamento.

O ponto de rastreamento será correspondido se algum ActivityTrackingLocation ponto de entrada MatchingLocations for correspondido pela infraestrutura de rastreio em tempo de execução e se não for correspondido nenhum ActivityTrackingLocation in.ExcludedLocations

Aplica-se a