UserTrackPoint.MatchingLocations Propriedade

Definição

Obtém a coleção de locais que devem ser incluídos na correspondência do ponto de controle pela infraestrutura de acompanhamento de 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

Valor da propriedade

UserTrackingLocationCollection

Um UserTrackingLocationCollection que especifica os locais a serem correspondidos para o ponto de controle. O padrão é uma coleção vazia.

Comentários

Se MatchingLocations estiver vazio, o ponto de controle não poderá ser correspondido pela infraestrutura de rastreamento de tempo de execução. Você deve adicionar pelo menos um UserTrackingLocation para MatchingLocations para UserTrackPoint que o participe da correspondência.

O ponto de controle será correspondido se qualquer um dos UserTrackingLocation objetos no MatchingLocations for correspondido e nenhum dos UserTrackingLocation objetos no ExcludedLocations for correspondido.

Aplica-se a