UserTrackPoint.MatchingLocations Propriedade

Definição

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

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

Comentários

Se MatchingLocations estiver vazio, o ponto de faixa não poderá ser correspondido pela infraestrutura de acompanhamento de runtime. Você deve adicionar pelo menos um UserTrackingLocation para MatchingLocations participar da UserTrackPoint correspondência.

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

Aplica-se a