Share via


UserTrackPoint.MatchingLocations 속성

정의

런타임 추적 인프라가 추적 지점에 대한 일치에 포함해야 하는 위치 컬렉션을 가져옵니다.

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

속성 값

UserTrackingLocationCollection

추적 지점에 대해 일치되는 위치를 지정하는 UserTrackingLocationCollection입니다. 기본값은 빈 컬렉션입니다.

설명

MatchingLocations가 비어 있으면 런타임 추적 인프라에서 추적 지점을 일치시킬 수 없습니다. UserTrackingLocation가 일치에 참여하려면 적어도 하나의 MatchingLocationsUserTrackPoint에 추가해야 합니다.

UserTrackingLocationMatchingLocations 개체가 일치하고 UserTrackingLocation에 일치하는 ExcludedLocations 개체가 없으면 추적 지점이 일치됩니다.

적용 대상