UserTrackPoint.MatchingLocations 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
런타임 추적 인프라가 추적 지점에 대한 일치에 포함해야 하는 위치 컬렉션을 가져옵니다.
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입니다. 기본값은 빈 컬렉션입니다.
설명
MatchingLocations가 비어 있으면 런타임 추적 인프라에서 추적 지점을 일치시킬 수 없습니다. UserTrackingLocation가 일치에 참여하려면 적어도 하나의 MatchingLocations을 UserTrackPoint에 추가해야 합니다.
UserTrackingLocation의 MatchingLocations 개체가 일치하고 UserTrackingLocation에 일치하는 ExcludedLocations 개체가 없으면 추적 지점이 일치됩니다.